AnimationParameterBuilders.AnimationSpec


@RequiresSchemaVersion(major = 1, minor = 200)
public final class AnimationParameterBuilders.AnimationSpec


Animation parameters that can be added to any animatable node.

Summary

Nested types

Builder for AnimationSpec

Public methods

@Nullable AnimationParameterBuilders.AnimationParameters

Gets animation parameters including duration, easing and repeat delay.

@Nullable AnimationParameterBuilders.Repeatable

Gets the repeatable mode to be used for specifying repetition parameters for the animation.

@NonNull String

Public methods

getAnimationParameters

Added in 1.0.0
public @Nullable AnimationParameterBuilders.AnimationParameters getAnimationParameters()

Gets animation parameters including duration, easing and repeat delay.

getRepeatable

Added in 1.0.0
public @Nullable AnimationParameterBuilders.Repeatable getRepeatable()

Gets the repeatable mode to be used for specifying repetition parameters for the animation.

toString

public @NonNull String toString()