Animation Effect
data class AnimationEffect(delay: Double, endDelay: Double, iterationStart: Double, iterations: Double, duration: Double, direction: String, fill: String, backendNodeId: BackendNodeId?, keyframesRule: KeyframesRule?, easing: String)
Content copied to clipboard
AnimationEffect instance
Constructors
AnimationEffect
Link copied to clipboard
fun AnimationEffect(delay: Double, endDelay: Double, iterationStart: Double, iterations: Double, duration: Double, direction: String, fill: String, backendNodeId: BackendNodeId? = null, keyframesRule: KeyframesRule? = null, easing: String)
Content copied to clipboard
Properties
backendNodeId
Link copied to clipboard
iterations
Link copied to clipboard
iterationStart
Link copied to clipboard
keyframesRule
Link copied to clipboard
Sources
jvm source
Link copied to clipboard