AnimationPlayer

Experimental Class

Class Overview

class AnimationPlayer {
  onDone(fn: () => void) : void
  onStart(fn: () => void) : void
  init() : void
  hasStarted() : boolean
  play() : void
  pause() : void
  restart() : void
  finish() : void
  destroy() : void
  reset() : void
  setPosition(p: any) : void
  getPosition() : number
  parentPlayer : AnimationPlayer
}

Class Description

Class Details

onDone(fn: () => void) : void
onStart(fn: () => void) : void
init() : void
hasStarted() : boolean
play() : void
pause() : void
restart() : void
finish() : void
destroy() : void
reset() : void
setPosition(p: any) : void
getPosition() : number
parentPlayer : AnimationPlayer

exported from @angular/core/index, defined in @angular/core/src/animation/animation_player.ts

doc_Angular
2016-10-06 09:46:13
Comments
Leave a Comment

Please login to continue.