documentation

Documentation generator: JsDoc Toolkit 2.4.0
Template: Wink 1.0
Generated on:

Class wink.ui.xy.Slideshow.Transition

Implements a slideshow Transition. A transition, allows to change the value of one or more properties in the steps that compose it.

Class Summary
Constructor Attributes Constructor Name and Description
 

Method Summary

Class Detail

wink.ui.xy.Slideshow.Transition(properties)
Parameters:
{object} properties
The properties object
{integer} properties.stepCount
The number of stages of the transition.
{object} properties.x
An obect containing the start and end values of the variable
{object} properties.x.from
The start value
{object} properties.x.to
The end value

Field Detail

{integer} uId
Unique identifier

Method Detail

  • {object} getProperties()
    Returns the transition properties
    Returns:
    {object} The transition properties
  • {boolean} isFinished()
    Returns true if the transition is over
    Returns:
    {boolean} True is the transition is over, false otherwise
  • {boolean} isOnDelay()
    Returns true if the transition is on hold
    Returns:
    {boolean} True is the transition is on hold, false otherwise
  • nextStep()
    Performs the next step of the transition