About
Sliderman.js is a standalone javascript library for sliding images. The main feature of Sliderman.js is multiple unique effects which can be combined together.
Examples view all examples
Example 1
Features: slides navigation, slides pagination, images' html-descriptions.
Effects: 33 different effects. You can create a bunch of your own effects!
Effects: 33 different effects. You can create a bunch of your own effects!
<script type="text/javascript"> var slider = Sliderman.slider({container: 'devtrixSlider', width: 880, height: 350, effects: devtrixEffects, // array of effects. check the source code for more display: { autoplay: 3000, effects_order: 'random', description: {hide: true, background: '#ffffff', opacity: 0.5, height: 60, position: 'bottom'}, loading: {background: '#000000', opacity: 0.7, image: 'demos/demo/img/loading.gif'}, buttons: { hide: true, opacity: 1, prev: {className: 'devtrixSliderPrev', label: ''}, next: {className: 'devtrixSliderNext', label: ''} }, navigation: {container: 'devtrixSliderNavigation', label: '<img src="demos/demo/img/clear.gif" alt="" />'} } }); </script>
Compatibility (browsers' support)
Sliderman.js works in all popular browsers and was properly tested in the following versions (OS Windows):
- Mozilla Firefox 3.6+
- Google Chrome 5.0+
- Apple Safari 5.0+
- Microsoft Internet Explorer 6.0+
- Opera 10.63+
If you have tested Sliderman.js in another browser, please drop us a line about it (no matter if script is working or not). We will try to investigate a problems if any and add support for this browser (or version of browser). We will post your name in the contributors section on the about page. Thanks for your help in developing.
License & User Agreement
By the fact of using Sliderman.js you accept the following terms:
- You can use Sliderman.js for free until all copyright information is present in sliderman.js.
- You may redistribute the script without changing the original source code.
- If you have added new functionality to the code, please contact the author.