Telogis.GeoBase.Transitions |
Contains classes and functions for dealing with image transitions.
Name | Description |
---|---|
Transitions.TimeLine | Provides a simple way to handle transitions. |
Transitions.Transition | A class for wrapping together all the different factors involved in performing a transition. Once constructed, it can be passed to a Transitions.TimeLine for execution. |
Name | Description |
---|---|
log (Number t) | Computes a logarithmic progression. Arguments
Number - The stage in a logarithmic transition corresponding to Transitions.log.t. |
sine (Number t) | Computes a sinusoidal progression. Arguments
Number - The stage in a sinusoidal transition corresponding to Transitions.sine.t. |