animate
open fun animate(keyframes: ReadonlyArray<Keyframe>?, options: Double = definedExternally): Animation(source)
open fun animate(keyframes: ReadonlyArray<Keyframe>?, options: KeyframeAnimationOptions): Animation(source)
open fun animate(keyframes: PropertyIndexedKeyframes?, options: Double = definedExternally): Animation(source)
open fun animate(keyframes: PropertyIndexedKeyframes?, options: KeyframeAnimationOptions): Animation(source)