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.
- Defined in: slideshow.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
wink.ui.xy.Slideshow.Transition(properties)
|
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