Animation
Properties
- 
          curve(AnimationCurve) –The curve to use for the animation. 
- 
          duration(DurationValue) –The duration of the animation. 
Methods
- 
            copy–Returns a copy of this object with the specified properties overridden. 
Properties#
class-attribute
      instance-attribute
  
#
curve: AnimationCurve = LINEAR
The curve to use for the animation.
class-attribute
      instance-attribute
  
#
duration: DurationValue = field(
    default_factory=lambda: Duration()
)
The duration of the animation.
Methods#
copy(
    *,
    duration: DurationValue | None = None,
    curve: AnimationCurve | None = None,
) -> Animation
Returns a copy of this object with the specified properties overridden.