| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
The IAnimationSteps interface represents a collection of the slide animation steps.
An animation step is an animation sequence of the slide shapes playing automatically
(no need for mouse clicks).
The IAnimationSteps interface can be obtained using the animationSteps
property on the ISlide interface or the animationSteps property
on the ISlidePlaybackController interface.
advanceOnClick:Boolean [read-only]
| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Indicates whether manual animation step advance on slide background mouse click is enabled.
Implementation public function get advanceOnClick():Booleancount:uint [read-only]
| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Returns the number of animation steps in the collection.
Each slide contains at least one animation step.
Implementation public function get count():uintduration:Number [read-only]
| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Returns total duration, in seconds, of all animation steps in the collection.
Implementation public function get duration():Number public function getStep(index:uint):IAnimationStep| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Returns the IAnimationStep interface of the animation that exists at the specified index.
Parameters
| index:uint — The index position of the animation step.
|
ReturnsThrows | RangeError — Throws if the index does not exist in the collection.
|
See also
Tue Dec 4 2012, 06:27 PM +04:00