animationDurationValue property
@doc Duration of the transform animation (ms).
Implementation
@$pb.TagNumber(11)
FFDoubleValue get animationDurationValue => $_getN(10);
Implementation
@$pb.TagNumber(11)
set animationDurationValue(FFDoubleValue value) => $_setField(11, value);