Options
Menu

Class RequestAnimationFrame

Hierarchy

  • RequestAnimationFrame

Index

Constructors

Accessors

Methods

Constructors

constructor

  • Parameters

    • callback: Function
    • callbackContext: Object

    Returns RequestAnimationFrame

Accessors

active

  • get (): boolean
  • Returns boolean

Methods

setCallback

  • setCallback(callback: Function, callbackContext: Object): void
  • Parameters

    • callback: Function
    • callbackContext: Object

    Returns void

start

  • start(): void
  • Returns void

stop

  • stop(): void
  • Returns void

Generated using TypeDoc