Preloader: <preloader>
XML location & structure
<cu3er>
<settings>
<preloader>
<defaults ... />
<tweenIn ... />
<tweenOut ... />
<tweenOver ... />
</preloader>
</settings>
</cu3er>
Overview
This feature allows you to track the slide loading progress visually. “Preloader” is automatically shown trough the
There are two types of “preloader” indicators: linear and circular. You can also apply tweening through <tweenIn /> and <tweenOut /> tween nodes.
The “preloader” node configures style and appearance of slide “preloader” and may contain the following three nodes:
- <defaults />
Node containing general attributes for “auto_play” feature. Available attributes: - symbol = "circular" or "linear"
- <tweenIn />
Transition in tween node - tweening properties for item appearance on stage: Tweening › Tween In - <TweenOut />
Transition out tween node - tweening properties for item disappearance from stage: Tweening › Tween Out
XML Reference
Default preloader will be represented as a red 5px thick line that take place across whole slider with centered vertical position position.
| Node / Attribute | <defaults/> | <tweenIn/> | <tweenOut/> | type | description |
|---|---|---|---|---|---|
| symbol | linear | string | Graphical preloader indicator. Available values:"circular" or "linear" | ||
| time | 0.3 | 0.3 | number | Duration (in seconds) of the tween | |
| delay | 0 | 0 | number | Delay (in seconds) before the tween begins | |
| x | 0 | number | x position | ||
| y | swf height / 2 | number | y position | ||
| width | swf width | number | width | ||
| height | 5 | number | height | ||
| rotation | 0 | number | rotation (in degrees) | ||
| alpha | 0.85 | 0 | number | Range from 0 - 1. Alpha/transparency of the object | |
| tint | 0xFF0000 | hex number | Hexdecimal number. Color of the object. | ||
| scaleX | 1 | number | Range from 0 - max. Horizontal scale of the object | ||
| scaleY | 1 | number | Range from 0 - max. Vertical sale of the object |