miniSlider is very basic but powerful slider jQuery plugin written in CoffeeScript and it just Works!
1.0 Stable
http://minijs.com/plugins/7/slider
If you find a bug, please raise it the issue here on Github!
https://github.com/miniJs/miniSlider/issues
The boilerplate also encourages you to write tests for your plugin with Jasmine.
To be able to run the test suite, you'll need to install the Jasmine gem. If you have bundler installed just follow these instructions:
- run
bundle install
- run
rake jasmine
and go to 'http://localhost:8888/'
Guard automatically tests your Jasmine specs when files are modified which will significantly increase your productivity.
- intall phantomjs or just run
brew install phantomjs
- run
guard
from the plugin directory
Developed by Matthieu Aussaguel, mynameismatthieu.com
- Browser compatibility testing
- Make the slider design responsive friendly
- Other transition effects such as 'fade'
- Preload image setting
- Allow the option to have a different delay on the very first slide
Copyright © 2012 Matthieu Aussaguel
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.