AnimationParameterBuilders.AnimationSpec


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


Animation parameters that can be added to any animatable node.

Summary

Public functions

AnimationParameterBuilders.AnimationParameters?

Gets animation parameters including duration, easing and repeat delay.

AnimationParameterBuilders.Repeatable?

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

String

Public functions

getAnimationParameters

Added in 1.0.0
fun getAnimationParameters(): AnimationParameterBuilders.AnimationParameters?

Gets animation parameters including duration, easing and repeat delay.

getRepeatable

Added in 1.0.0
fun getRepeatable(): AnimationParameterBuilders.Repeatable?

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

toString

fun toString(): String