Packageispring.presenter.presentation.slides
Interfacepublic interface 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

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.

See also

ispring.presenter.presentation.slides.IAnimationSteps


Public Properties
PropertyDefined By
animationDuration : Number
[read-only] The animation phase duration in seconds.
IAnimationStep
automaticAdvance : Boolean
[read-only] Indicates whether the next animation step is started automatically after the pause phase of the current animation step.
IAnimationStep
duration : Number
[read-only] The total duration of the animation and pause phases.
IAnimationStep
pauseDuration : Number
[read-only] The pause phase duration in seconds.
IAnimationStep
startTime : Number
[read-only] The animation step start time relatively to the beginning of the slide.
IAnimationStep
Property Detail
animationDurationproperty
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():Number
automaticAdvanceproperty 
automaticAdvance: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():Boolean
durationproperty 
duration: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():Number
pauseDurationproperty 
pauseDuration: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():Number
startTimeproperty 
startTime: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