Packagecom.dwuser.ss4.pseudoStyleClasses
Classpublic class LayoutTransition
InheritanceLayoutTransition Inheritance ImagesStandardTransition
SubclassesLayoutTransitionFirst

Holds the style parameters which control the transition used between separate layout views. This class does not actually exist for any practical purposes; instead, it is used to document the available LayoutTransition style values which can be applied in the <styles> section of the XML configuration file. This class is not implemented by a visual element; instead, it only provides control over settings which have no visual representation.

The LayoutTransition controls the transition between separate layout views. When a new view is opened, the parameters on this class determine the appearance of the transition. Note that the first transition (when the initial layout view is opened) is controlled by the LayoutTransitionFirst selector; see reference link below.

Style XML Implementation Example:

The following example code goes in the <styles> section of the main <slideshow> holder node in a slideshow XML configuration file.

The LayoutTransition class inherits all of the style tag attributes of its superclass.

   <styles>
   ...
      <LayoutTransition
         Styles
         lockLayout="false"
      />
   ...
   </styles>
   

See also

com.dwuser.ss4.ui.LayoutManager
com.dwuser.ss4.pseudoStyleClasses.LayoutTransitionFirst


Public Methods
 MethodDefined by
  
LayoutTransition(imagesStandardInstance:*)
LayoutTransition
Styles
 StyleDescriptionDefined by
 Inherited Type: Number   Format: Length   CSS Inheritance: no
Specifies the size of the blocks in the transition (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: flash.filters.BlurFilter   Format: BlurFilter   CSS Inheritance: no
Specifies the blur filter applied to the internal bitmaps used by the transition (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: Number   Format: Time   CSS Inheritance: no
Specifies the offset, in milliseconds, between the two parts of the transition -- the "hide-the-old-slide" part and the "show-the-new-slide" part (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: Boolean   CSS Inheritance: no
Specifies if the transition is constrained to its original dimension, or can "pop out" to provide a more realistic 3D effect (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: String   CSS Inheritance: no
Specifies the direction of the transition (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: Number   Format: Length   CSS Inheritance: no
Specifies the pixel x-offset of the bitmap overlay used in the transition effect (if there is one).
ImagesStandardTransition
 Inherited Type: Number   Format: Length   CSS Inheritance: no
Specifies the pixel y-offset of the bitmap overlay used in the transition effect (if ther is one).
ImagesStandardTransition
 Inherited Type: Number   Format: Time   CSS Inheritance: no
Specifies the duration, in milliseconds, of the transition (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: Number   Format: Time   CSS Inheritance: no
Specifies the duration, in milliseconds, of the second part of the transition, where the new slide is revealed (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: Function   Format: Easing   CSS Inheritance: no
Specifies the easing function used by the transition (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: String   CSS Inheritance: no
Specifies the transition type or types.
ImagesStandardTransition
 Inherited Type: Number   Format: Length   CSS Inheritance: no
Specifies the distance over which the 'flying' effect takes place in the transition (with some variation based on effectType; see below).
ImagesStandardTransition
  
lockLayout
Type: Boolean   CSS Inheritance: no
Specifies if the layout should be locked while view transitions take place. If set to true and a view transition is taking place, SlideshowEvent.LAYOUT_REQUESTCHANGE control event calls will be ignored until the new view has finished opening.

Rarely does this setting have any practical relevance.

Note - This parameter overrides the lockImages parameter on the ImagesStandardTransition superclass.

The default value is false.
LayoutTransition
 Inherited Type: Number   CSS Inheritance: no
Specifies the maximum number of blocks in the transition (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: Number   Format: Length   CSS Inheritance: no
Specifies the maximum strength of the blur effect in the transition (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: Number   Format: Length   CSS Inheritance: no
Specifies the maximum size of the pixels in the transition (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: Number   Format: Alpha   CSS Inheritance: no
Specifies the minimum alpha (opacity) value used in the transition (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: Boolean   CSS Inheritance: no
Specifies whether smoothing is applied to the internal bitmaps used by the transition (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: Number   Format: Length   CSS Inheritance: no
Specifies the amount of edge softening which should used in the transition (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: Number   Format: Length   CSS Inheritance: no
Specifies the additional spacing beyond the size of the target that the transition should take place from (with some variation based on effectType; see below).
ImagesStandardTransition
 Inherited Type: Number   CSS Inheritance: no
Specifies the strength of the transition effect (with some variation based on effectType; see below).
ImagesStandardTransition
Constructor detail
LayoutTransition()constructor
public function LayoutTransition(imagesStandardInstance:*)Parameters
imagesStandardInstance:*