movie_tween/movie_tween library

Classes

Movie
A snapshot of properties that are animated by a MovieTween. This class can obtained by using MovieTween.transform.
MovieScene
Representing a time span of a MovieTween. This class shouldn't be instanced by hand. It should be creating via MovieTween.scene or MovieScene.thenFor methods.
MovieTween
Tween / Animatable that animates multiple properties sequentially or in parallel.
MovieTweenProperty<T>
Type-safe tween property that can be used as a const.

Typedefs

MovieTweenPropertyType = Object
Any Object can act as a tween property.