The carousel effect on the app side is the same as using Bootstrap.
I'm using Swiper to make the same as the previous one just the Swiper js CSS file into the HTML and then copy the desired effect of the code can be in the image Address bar is Swiper's official website address interested can go to see a variety of special effects
For students who have not yet learned JS and want to achieve a variety of effects, there is no small help here is the use of help there are many kinds of carousel effect in order to meet the needs of various situations to use the effect
If the template inside is not the same as the effect you want, you can modify the part
For example, in the body some will write JS style such as
<script type= "Text/javascript" >
var myswiper = new Swiper ('. Swiper-container ', {
Loop:true,pagination: '. Swiper-pagination ',
autoplay:3000,
});
</script>
Of course AutoPlay loop is I check the translation after the interpretation of self-understanding after the test
And it's really the meaning of AutoPlay and looping.
Novice on the road above for the non-learning part of their own understanding of the content if there is inconsistent with the objective facts, please understand the last attached Swiper address: http://www.swiper.com.cn/
Complete the app-side web carousel creation via the helper plugin