Telogis.GeoBase.Transitions.TimeLine |
Provides a simple way to handle transitions.
Name | Description |
---|---|
append (Transitions.Transition transition) | Registers a transition to be handled by the Transitions.TimeLine. Arguments
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. Arguments
Transitions.Transition - The registered transition. |
tick () | Performs a step in the cumulative animation of the transitions registered in the Transitions.TimeLine. |