Packagecom.adobe.portfolio.cards
Interfacepublic interface IBasicCardSkin
Implementors BasicCardSkin, FolderCardSkin

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The IBasicCardSkin interface defines effects that can be implemented by BasicCardSkin.



Public Properties
 PropertyDefined By
  zoomLargeEffect : IEffect
[read-only] The Flex effect to run when zooming to a large card size
IBasicCardSkin
  zoomNormalEffect : IEffect
[read-only] The Flex effect to run when zooming to a medium card size
IBasicCardSkin
Property Detail
zoomLargeEffectproperty
zoomLargeEffect:IEffect  [read-only]

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The Flex effect to run when zooming to a large card size


Implementation
    public function get zoomLargeEffect():IEffect
zoomNormalEffectproperty 
zoomNormalEffect:IEffect  [read-only]

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The Flex effect to run when zooming to a medium card size


Implementation
    public function get zoomNormalEffect():IEffect