Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NativeScriptAnimationPlayer

Hierarchy

  • NativeScriptAnimationPlayer

Implements

  • AnimationPlayer

Index

Constructors

constructor

Properties

Private _doneSubscriptions

_doneSubscriptions: Function[]

Private _finished

_finished: boolean

Private _startSubscriptions

_startSubscriptions: Function[]

Private _started

_started: boolean

Private animation

animation: KeyframeAnimation

Private delay

delay: number

Private duration

duration: number

parentPlayer

parentPlayer: AnimationPlayer

Private target

target: NgView

Accessors

totalTime

  • get (): number

Methods

destroy

  • destroy(): void

finish

  • finish(): void

getPosition

  • getPosition(): number

hasStarted

  • hasStarted(): boolean

init

  • init(): void

Private initKeyframeAnimation

  • initKeyframeAnimation(keyframes: Keyframe[], duration: number, delay: number, easing: string): void

onDestroy

  • onDestroy(fn: Function): void

onDone

  • onDone(fn: Function): void

Private onFinish

  • onFinish(): void

onStart

  • onStart(fn: Function): void

Private onTargetLoaded

  • onTargetLoaded(args: EventData): void

pause

  • pause(): void

play

  • play(): void

Private playAnimation

  • playAnimation(): void

reset

  • reset(): void

restart

  • restart(): void

setPosition

  • setPosition(_p: any): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method