AnimationOptions

constructor(duration: Int = 1000, easing: Eeasing = Eeasing.EASEOUTQUART, delay: Number? = null, loop: Boolean? = null, onProgress: (obj: AnimationEvent) -> Unit? = null, onComplete: (obj: AnimationEvent) -> Unit? = null, disabled: Boolean? = null)