Packagecom.dwuser.ss4.pseudoStyleClasses
Classpublic class LayoutTransitionFirst
InheritanceLayoutTransitionFirst Inheritance LayoutTransition Inheritance ImagesStandardTransition

Holds the style parameters which control the transition used to display the first layout view. 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 LayoutTransitionFirst controls the transition used to display the first layout view when it initially opens. When that first view is opened, the parameters on this class determine the appearance of the transition. Note that subsequent transitions are controlled by the styles set for the LayoutTransition 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 LayoutTransitionFirst class inherits all of the style tag attributes of its superclass.

   <styles>
   ...
      <LayoutTransitionFirst
         All properties and styles are inherited
      />
   ...
   </styles>
   

See also

com.dwuser.ss4.ui.LayoutManager
com.dwuser.ss4.pseudoStyleClasses.LayoutTransition


Public Methods
 MethodDefined by
  
LayoutTransitionFirst(imagesStandardInstance:*)
LayoutTransitionFirst
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
 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
LayoutTransitionFirst()constructor
public function LayoutTransitionFirst(imagesStandardInstance:*)Parameters
imagesStandardInstance:*