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 tween node, if the requested slide hasn’t been loaded yet.

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:

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