| 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 IAnimationStep interface provides information about the slide animation step.
An animation step is an animation sequence of the slide shapes playing automatically
(no need for mouse clicks). Each animation step consists of the animation and pause phases.
Slide shapes are animated during the animation phase. The pause phase begins after
the animation phase and provides a delay between subsequent animation steps.
The IAnimationStep interface can be obtained using the getStep()
method of the IAnimationSteps interface.
animationDuration: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 |
The animation phase duration in seconds.
Implementation public function get animationDuration():NumberautomaticAdvance: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 the next animation step is started automatically
after the pause phase of the current animation step.
Implementation public function get automaticAdvance():Booleanduration: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 |
The total duration of the animation and pause phases.
Implementation public function get duration():NumberpauseDuration: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 |
The pause phase duration in seconds.
Implementation public function get pauseDuration():NumberstartTime: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 |
The animation step start time relatively to the beginning of the slide.
Implementation public function get startTime():Number
Tue Dec 4 2012, 06:27 PM +04:00