animations

@JvmName(name = "tngbkcfecvycgegi")
suspend fun animations(value: Output<List<AnimationArgs>>)
@JvmName(name = "qucatawcjrcwbofv")
suspend fun animations(value: List<AnimationArgs>?)

Parameters

value

List of Animations. The list should be chronological, without any time overlap.


@JvmName(name = "fonuxesfxtxwigyo")
suspend fun animations(vararg values: Output<AnimationArgs>)


@JvmName(name = "kybxttefpxooyvin")
suspend fun animations(values: List<Output<AnimationArgs>>)
@JvmName(name = "icvxjrijjqiodufu")
suspend fun animations(vararg values: AnimationArgs)

Parameters

values

List of Animations. The list should be chronological, without any time overlap.


@JvmName(name = "atnhjikysseessbd")
suspend fun animations(argument: List<suspend AnimationArgsBuilder.() -> Unit>)
@JvmName(name = "qqemhkxldvyfhsbt")
suspend fun animations(vararg argument: suspend AnimationArgsBuilder.() -> Unit)
@JvmName(name = "gecdstqqbodyhbws")
suspend fun animations(argument: suspend AnimationArgsBuilder.() -> Unit)

Parameters

argument

List of Animations. The list should be chronological, without any time overlap.