Player Animations
data class PlayerAnimations(val controlsEnterDuration: Duration = 0.milliseconds, val controlsExitDuration: Duration = 500.milliseconds, val loadingSpinnerDelay: Duration = 500.milliseconds)
Animation settings used by THEOplayer UI components.
Properties
Link copied to clipboard
The animation duration when fading in the player controls.
Link copied to clipboard
The animation duration when fading out the player controls.
Link copied to clipboard
The delay for the LoadingSpinner to become visible after the player starts buffering.