Skip to main content

HasTick

Implemented by

Index

Methods

Methods

tick

  • tick(elapsedMilliseconds: number, idempotencyToken?: number): void
  • Parameters

    • elapsedMilliseconds: number

      The amount of real world time in milliseconds that has elapsed that must be updated in the animation

    • optionalidempotencyToken: number

      Optional idempotencyToken prevents a ticking animation from updating twice per frame

    Returns void