Click or drag to resize

Telogis.GeoBase.Transitions.TimeLine

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
TimeLine Class

Provides a simple way to handle transitions.

Functions
NameDescription
append (Transitions.Transition transition)

Registers a transition to be handled by the Transitions.TimeLine.

ArgumentsReturns

Transitions.Transition - The registered transition.

clear ()

Stops all current and pending transitions on the Transitions.TimeLine,

replace (Transitions.Transition transition)

Registers a transition to be handled by the Transitions.TimeLine, and stipulates that this transition should replace any others that are registered.

ArgumentsReturns

Transitions.Transition - The registered transition.

tick ()

Performs a step in the cumulative animation of the transitions registered in the Transitions.TimeLine.