IView Slider is an excellent jQuery slide plug-in used to slide text, images, videos, and other webpage content. IView Slider supports responsive layout and can run well on touch screen devices. IView Slider has 35 built-in Transition Effects, which can help you create a variety of sliding Effects.
The iView Slider provides three different forms of loading progress bars, which intuitively tell you how long the next Slider will take to load. IView Slider provides the following browsing methods:
- Slides
- Keyboard Control
- Front and back buttons
- Thumbnail
IView Slider depends on jQuery and Raphael. It provides simple and easy-to-use APIs to easily achieve beautiful content sliding effects. The basic example code of iView Slider is as follows:
<script src="js/jquery-1.7.1.min.js"></script><script type="text/javascript" src="js/raphael-min.js"></script><script type="text/javascript" src="js/jquery.easing.js"></script><script src="js/iview.js"></script><script>$(document).ready(function(){$('#iview').iView({pauseTime: 7000,directionNav: false,controlNav: true,tooltipY: -15});});</script>
Demo download GitHub
You may also like
- 20 jQuery plug-ins that are essential for Web developers
- 60 cool jQuery slide demos and downloads
- 12 great jQuery development websites
- 30 best jQuery Lightbox effect plug-ins
- Recommendation of 15 excellent jQuery image effect extensions
Free responsive jQuery Slider plug-in-iView Slider
Source: Dream sky ◆ focus on front-end development technology ◆ share web design resources