A jQuery image slider plug-in for mobile phones.
Today, we will introduce a special jQuery image slider plug-in, which can be used not only on PC browsers, but also on webpages on mobile phones. This jQuery plug-in not only defines the direction of image switching, but also allows you to instantly switch the Animation Mode of image switching, including translation, flip, rotation, and slide mode. The animation effect is very good.
Download Online Preview source code
Implementation Code:
<H4 style = "text-align: center"> set in the animateType parameter. Currently, default, rotate, flip, and depth are supported, click the button to see the effect
Js Code:
Var picList = [{width: 150, height: 207, content: "images/1.jpg", },{ width: 150, height: 207, content:" images/2.jpg ",}, {width: 150, height: 207, content: "images/3.jpg" ,}, {width: 150, height: 207, content:" images/5.jpg" },{ width: 150, height: 207, content: "images/6.jpg"}, {width: 300, height: 414, content:" images/7.jpg"}, {width: 150, height: 207, content: "images/8.jpg"}, {width: 150, height: 207, content:" images/9.jpg"}]; var domList = [{'height': '2016 ', 'width': '000000', 'content ': '<div>
Code: