| Class Field Summary | |
|---|---|
| Public | DEFAULT_DURATIONDefault duration time (350ms). |
| Public | DEFAULT_TYPEDefault transition type (immediate replace). |
| Public | TYPE_IMMEDIATE_REPLACETransition setting indicating new content should immediately final int replace old content with no visual effect. |
| Public | TYPE_CAMERA_PAN_LEFTTransition setting describing a visual effect where the viewing area pans to the left to realize the new content. |
| Public | TYPE_CAMERA_PAN_RIGHTTransition setting describing a visual effect where the viewing area pans to the right to realize the new content. |
| Public | TYPE_CAMERA_PAN_UPTransition setting describing a visual effect where the viewing area pans up to realize the new content. |
| Public | TYPE_CAMERA_PAN_DOWNTransition setting describing a visual effect where the viewing area pans to up to realize the new content. |
| Public | TYPE_BLIND_BLACK_INTransition setting for a horizontal blind effect with a black background. |
| Public | TYPE_BLIND_BLACK_OUTTransition setting for a horizontal blind effect with a black background. |
| Public | TYPE_FADE_TO_BLACKTransition setting to fade to black, fade in new content. |
| Public | TYPE_FADE_TO_WHITETransition setting to fade to white, fade in new content. |
| Public | TYPE_FADEFades to new content over old content. |
| Methods inherited from class Echo.Component |
getFocusComponent, add, addListener, fireEvent, get, getComponent, getComponentCount, getIndex, getLayoutDirection, getLocale, getLocalStyleData, getRenderLayoutDirection, getRenderLocale, getStyle, getStyleName, indexOf, isActive, isAncestorOf, isEnabled, isRenderEnabled, register, render, renderIndex, remove, removeAll, removeListener, set, setEnabled, setIndex, setLayoutDirection, setLocale, setStyle, setStyleName, toString |
| Style Properties | ||
|---|---|---|
type |
the transition type, one of the following values:
|
|
duration |
Number
|
the transition duration, in milliseconds |