Click or drag to resize

Telogis.GeoBase.Transitions

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

Contains classes and functions for dealing with image transitions.

Classes
NameDescription
Transitions.TimeLineProvides a simple way to handle transitions.
Transitions.TransitionA 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.
Functions
NameDescription
log (Number t)

Computes a logarithmic progression.

Arguments
  • t (Number) - The progress made in the transition.

Returns

Number - The stage in a logarithmic transition corresponding to Transitions.log.t.

sine (Number t)

Computes a sinusoidal progression.

Arguments
  • t (Number) - The progress made in the transition.

Returns

Number - The stage in a sinusoidal transition corresponding to Transitions.sine.t.