sealed class AnimationEvent
AnimationCanceledEvent |
Event for when an animation has been cancelled. data class AnimationCanceledEvent : AnimationEvent |
AnimationCreatedEvent |
Event for each animation that has been created. data class AnimationCreatedEvent : AnimationEvent |
AnimationStartedEvent |
Event for animation that has been started. data class AnimationStartedEvent : AnimationEvent |