Class Overview
class NoopAnimationPlayer implements AnimationPlayer {
parentPlayer
: AnimationPlayer
onStart
(fn: () => void) : void
onDone
(fn: () => void) : void
onDestroy
(fn: () => void) : void
hasStarted
() : boolean
init
() : void
play
() : void
pause
() : void
restart
() : void
finish
() : void
destroy
() : void
reset
() : void
setPosition
(p: number) : void
getPosition
() : number
}
Class Description
Class Details
exported from animations/index, defined in animations/src/players/animation_player.ts