dojox/mobile/TransitionEvent (version 1.10)

Summary

A class used to trigger view transitions.

Usage

var foo = new TransitionEvent(target,transitionOptions,triggerEvent);
dojox/mobile/TransitionEvent
Parameter Type Description
target DomNode

The DOM node that initiates the transition (for example a ListItem).

transitionOptions Object

Contains the transition options.

triggerEvent Event
Optional

The event that triggered the transition (for example a touch event on a ListItem).

See the dojox/mobile/TransitionEvent reference documentation for more information.

Method Summary

  • dispatch() Dispatches this transition event.

Methods

dispatch()

Dispatches this transition event. Emits a "startTransition" event on the target.

Error in the documentation? Can’t find what you are looking for? Let us know!