Home > Article > Web Front-end > Jquery left and right sliding plug-in to achieve super cool animation effect with source code download_jquery
Sharing a super cool animation sliding plug-in based on jQuery. This is a multiple slider switching effect based on the jquery.pogo-slider plug-in. The renderings are as follows. If you think it looks good and are satisfied, you can download the source code.
Effect display Source code download
Implementation code.
html code:
<div class="pogoSlider" id="js-main-slider"> <div class="pogoSlider-slide" data-transition="slideOverLeft" data-duration="1000" style="background-image:url(img/slide1.jpg);"></div> <div class="pogoSlider-slide " data-transition="fold" data-duration="1000" style="background-image:url(img/slide2.jpg);"></div> <div class="pogoSlider-slide " data-transition="shrinkReveal" data-duration="1000" style="background-image:url(img/slide3.jpg);"></div> </div><!-- .pogoSlider -->