connect |
CSS selector |
false |
Related items container. By default next element with class 'uk-switcher'. |
toggle |
CSS selector |
> * |
Toggle selector - triggers content switching on click. |
active |
Number |
0 |
Active index on init. (Providing a negative number indicates a position starting from the end of the set) |
animation |
String |
false |
The space separated names of animations to use. (Comma separate for animation out) |
duration |
Number |
200 |
The animation duration. |
swiping |
Boolean |
true |
Use swiping. |
media |
Integer|String |
960 |
When to become horizontal - a width as integer (e.g. 640) or a breakpoint (e.g. @s, @m, @l, @xl). |