Sowar 1
Details
- Author
- Dirar Abu Kteish
- Current version
- 1
- GitHub
- dirar/Sowar
- Downloads
- 1024
- Category
- Widgets
- Tags
- Report
- GitHub Issues
Releases
Dependencies
-
core/1.2.5:
- Core
- Browser
- Native
- Array
- Function
- Number
- String
- Hash
- Event
- Class
- Class.Extras
- Element
- Element.Event
- Element.Style
- Element.Dimensions
- Selectors
- Fx
- Fx.CSS
- Fx.Tween
- DomReady
How to use
- Create a main conatiner and a wrapper, inside them create the rotator elements conatiners
- Be sure to have the main conatiner position set as absoulte or relative and overflow to hidden and Wrapper position to absoulte
- Include mootols-core file and Sowar.js and css file
- Create the rotator element
- window.addEvent('domready', function(){ var sora1 = new Sowar('mainElementConatiner'[,options]); });
Options:
- 'elementsSelector', main element selector, default: '.sowar-element'
- wrapperSelector, main wrapper selector, default: '#sowar-wrapper'
- pagingContainerSelector, paging conatiner selector, default: '#paging-conatiner'
- pagingElementsClass, paging elements selector, default: 'paging-element'
- slideShowDelay, default: 3000
- transition, default: 'bounce:out'
- transitionDelay, default: 'normal'
- direction, right or left, default: 'left'
- elementsWidth, width the elements
Discuss
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus