Packageispring.presenter.presentation.slides
Interfacepublic interface ISlideShowTransition

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 ISlideShowTransition interface provides information about the slide transition effect.



Public Properties
PropertyDefined By
duration : Number
[read-only] The duration of the transition effect, in seconds.
ISlideShowTransition
effectType : String
[read-only] The transition effect type.
ISlideShowTransition
Property Detail
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 duration of the transition effect, in seconds.


Implementation
    public function get duration():Number
effectTypeproperty 
effectType:String  [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 transition effect type. See the ispring.presenter.presentation.slides.TransitionEffectType constants for this property values.


Implementation
    public function get effectType():String

See also