timeline_tween/timeline_tween library
Classes
-
TimelineScene<
T> - Representing a time span of a TimelineTween. This class shouldn't be instanced by hand. It should be creating via TimelineTween.addScene or TimelineScene.addSubsequentScene methods.
-
TimelineTween<
T> - Animatable that handles complex animations which handles multiple properties or scenes.
-
TimelineValue<
T> - A snapshot of properties that were animated by a TimelineTween. This class can obtained by using TimelineTween.transform.