animations/index library
Classes
- AnimationAction
-
AnimationActions schedule the performance of the animations which are
stored in
AnimationClips
. - AnimationBinding
- AnimationClip
- An AnimationClip is a reusable set of keyframe tracks which represent an animation.
- AnimationMixer
- The AnimationMixer is a player for animations on a particular object in the scene. When multiple objects in the scene are animated independently, one AnimationMixer may be used for each object.
- AnimationObjectGroup
- A group of objects that receives a shared animation state.
- AnimationUtils
- An object with various functions to assist with animations, used internally.
- Composite
- KeyframeTrack
- A KeyframeTrack is a timed sequence of keyframes, which are composed of lists of times and related values, and which are used to animate a specific property of an object.
- PropertyBinding
- PropertyMixer
- Buffered scene graph property that allows weighted accumulation; used internally.
- SpriteAnimation
- SpriteAnimator
- SpriteTexture
Enums
Functions
-
getTrackTypeForValueTypeName(
String typeName) → String -
parseKeyframeTrack(
Map< String, dynamic> json) → KeyframeTrack