ComponentAnimation

sealed class ComponentAnimation<T : ComponentView> : Animation

ComponentAnimation baseclass.

Parameters

T

Generic ComponentView.

duration

Duration in milliseconds.

Properties

Link copied to clipboard
val componentView: T

ComponentView to animate.

Link copied to clipboard
val duration: Int

Duration in milliseconds.

Link copied to clipboard
var isRunning: Boolean = false

Boolean indicating whether the Animation is currently running.

Link copied to clipboard
var onFinished: (AnimationFinishedEvent) -> Unit? = null

Gets invoked when Animation has finished.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard