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 | 
                            Space-separated names of animations. Comma-separated for animation out. | 
                        
                        
                            duration | 
                            Number | 
                            200 | 
                            The animation duration. | 
                        
                        
                            swiping | 
                            Boolean | 
                            true | 
                            Use swiping. | 
                        
                        
                            media | 
                            Number, String | 
                            960 | 
                            When to become horizontal - a width as integer (e.g. 640) or a breakpoint (e.g. @s, @m, @l, @xl). |