Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected animationDelayElapsed

animationDelayElapsed: number

Protected animationDelayStartTimestamp

animationDelayStartTimestamp: number

Protected animationElapsed

animationElapsed: number

Protected Readonly animationProperty

animationProperty: IAnimation

Protected animationStartTimestamp

animationStartTimestamp: number

Protected stateProperty

stateProperty: EAnimationState = EAnimationState.InitialState

Accessors

animation

  • Gets the animation property

    Returns IAnimation

animationProgress

  • get animationProgress(): number
  • Gets the animation progress, the value from 0 to 1

    Returns number

state

  • Gets the current state

    Returns EAnimationState

Methods

is

  • Checks the current state

    Parameters

    Returns boolean

toCompleted

  • toCompleted(): void
  • Changes the state to Completed

    Returns void

update

  • Updates the state

    Parameters

    • timeElapsed: number

    Returns EAnimationStateTransition

Generated using TypeDoc