animation_contexts¶
Classes
An AnimationContext is a context manager that defines how animated_functions that occur within its context should be combined and scaled when creating the final animation timeline. |
|
Plays component animations sequentially lagged by a factor lag_ratio. |
|
Disables animations within its context. |
|
Plays all component animations sequentially, with the next starting as soon as the current one finishes. |
|
Plays all component animations synchronously. |