Class zwt.animation.ZIndex
Extends
zwt.animation.Animation.
A ZIndex animation is used to animate the layer position of an element (z-index).
Defined in: ZIndex.js.
Constructor Attributes | Constructor Name and Description |
---|---|
zwt.animation.ZIndex(Element_element)
Construct a ZIndex animation.
|
- Methods borrowed from class zwt.animation.Animation:
- getAnimationEventManager, getDuration, getEngine, onEvent, setDuration, setEngine, step
Class Detail
zwt.animation.ZIndex(Element_element)
Construct a ZIndex animation.
Author: Jeremy KUHN.
Author: Jeremy KUHN.
- Parameters:
- {Element} Element_element
- The element to animate.