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#
duration
#
duration: DurationValue = field(
default_factory=lambda: Duration()
)
The duration of the animation.
Methods#
copy
#
copy(
*,
duration: DurationValue | None = None,
curve: AnimationCurve | None = None,
) -> Animation
Returns a copy of this object with the specified properties overridden.