opacityAnimationCurve property

  1. @TagNumber(2)
FFCurve get opacityAnimationCurve

@doc Easing curve for the opacity animation.

Implementation

@$pb.TagNumber(2)
FFCurve get opacityAnimationCurve => $_getN(1);
  1. @TagNumber(2)
set opacityAnimationCurve (FFCurve value)

Implementation

@$pb.TagNumber(2)
set opacityAnimationCurve(FFCurve value) => $_setField(2, value);