--- layout: typedoc title: 'QueuedAnimationOptions | @msrvida/sanddance' ---

Interface QueuedAnimationOptions

Options to pass to Presenter.queueAnimation()

Hierarchy

  • QueuedAnimationOptions

Index

Properties

Optional handlerLabel

handlerLabel: string

Debug label to observe which handler is invoked.

Optional waitingLabel

waitingLabel: string

Debug label to observe which animation is waiting.

Methods

Optional animationCanceled

  • animationCanceled(): void
  • Function to invoke if animation was interrupted when another animation is queued.

    Returns void