Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "animators/Queue"

Index

Classes

Type aliases

Type aliases

IQueueCallback

IQueueCallback: function

A callback that may be run in a queue.

param

Handler for when it's done.

Type declaration

    • (next: function): void
    • Parameters

      • next: function
          • (): void
          • Returns void

      Returns void

Generated using TypeDoc