Options
All
  • Public
  • Public/Protected
  • All
Menu

Queues callbacks to be run.

Hierarchy

  • Queue

Index

Properties

Methods

Properties

Private queuedCallbacks

queuedCallbacks: IQueueCallback[] = []

Callbacks waiting to be run.

Methods

add

clear

  • clear(): void

run

  • run(onComplete: function): void
  • Runs the queued animations.

    Parameters

    • onComplete: function

      Handler for when animations are done.

        • (): void
        • Returns void

    Returns void

Generated using TypeDoc