animation_contexts

Classes

AnimationContext

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.

AnimationManager

ComposeRateFunc

Lag

Plays component animations sequentially lagged by a factor lag_ratio.

NoExtra

Off

Disables animations within its context.

OnInit

RateFuncWrapper

Seq

Plays all component animations sequentially, with the next starting as soon as the current one finishes.

SlideShow

Sync

Plays all component animations synchronously.