Package-level declarations

Types

Link copied to clipboard

The properties that can be animated in tween animations.

Link copied to clipboard
@MainThread
class AnimationPlaybackController : Closeable

A controller that manages animation playback.

Link copied to clipboard

The configuration class for playing animations.

Link copied to clipboard

The transition mode the play animation method performs between a current animation and a new animation.

Link copied to clipboard
enum EaseType : Enum<EaseType>

Provides functions or algorithms used for animation interpolation, which are used to control the rate of change of an animation object over the timeline.

Link copied to clipboard

Describes a reference to an animated material property.

Link copied to clipboard

OrbitAnimation describes an orbital (revolution) animation of an object moving around a given axis.

Link copied to clipboard
enum RepeatMode : Enum<RepeatMode>

Controls how an animation behaves when it reaches the end. The animation's repeat count must be set to a positive integer or '-1' for this property to have an effect.

Link copied to clipboard
class Skeleton

The skeleton information.

Link copied to clipboard

Data of a joint in skeleton.

Link copied to clipboard
open class SpatialAnimation

Represents the foundational information required for an animation, including its name, target binding, duration, repeat mode, and other essential properties.

Link copied to clipboard

Represents a type of animation for "from-to-by" behavior.