Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The INavPreviewSkin interface used to interact with the next and previous card
effects of a NavPreview skin.
isEffectPlaying:Boolean
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Returns true if any skin effect is currently playing.
Implementation public function get isEffectPlaying():Boolean
nextCardPreviewEffect:Effect
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Returns the next card preview effect. May return null if none is available or desired.
Implementation public function get nextCardPreviewEffect():Effect
prevCardPreviewEffect:Effect
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Returns the previous card preview effect. May return null if none is available or desired.
Implementation public function get prevCardPreviewEffect():Effect
Mon Apr 25 2011, 05:54 PM -07:00