movis.motion.Easing#
- class movis.motion.Easing(value)[source]#
Constants for determining the completion function between keyframes.
- Constants:
LINEARLinear interpolation between keyframes.
EASE_INEase in motion between keyframes. The larger the number, the more drastic the rate of change becomes.
EASE_OUTEase out motion between keyframes. The larger the number, the more drastic the rate of change becomes.
EASE_IN_OUTEase in and out motion between keyframes. The larger the number, the more drastic the rate of change becomes.
Methods
Attributes
LINEAREASE_INEASE_OUTEASE_IN_OUTFLATEASE_IN2EASE_IN3EASE_IN4EASE_IN5EASE_IN6EASE_IN7EASE_IN8EASE_IN9EASE_IN10EASE_IN12EASE_IN14EASE_IN16EASE_IN18EASE_IN20EASE_IN25EASE_IN30EASE_IN35EASE_OUT2EASE_OUT3EASE_OUT4EASE_OUT5EASE_OUT6EASE_OUT7EASE_OUT8EASE_OUT9EASE_OUT10EASE_OUT12EASE_OUT14EASE_OUT16EASE_OUT18EASE_OUT20EASE_OUT25EASE_OUT30EASE_OUT35EASE_IN_OUT2EASE_IN_OUT3EASE_IN_OUT4EASE_IN_OUT5EASE_IN_OUT6EASE_IN_OUT7EASE_IN_OUT8EASE_IN_OUT9EASE_IN_OUT10EASE_IN_OUT12EASE_IN_OUT14EASE_IN_OUT16EASE_IN_OUT18EASE_IN_OUT20EASE_IN_OUT25EASE_IN_OUT30EASE_IN_OUT35