AnimationInfo

inner class AnimationInfo(val resId: Int, val count: Int = 0)

Provides animation information

Parameters

resId

is lottie resource

count

is loop count of animation

Constructors

Link copied to clipboard
fun AnimationInfo(resId: Int, count: Int = 0)

Properties

Link copied to clipboard
val count: Int = 0
Link copied to clipboard
val resId: Int