Infinity Loop Slider Concepts

awascuffess

New Member
I wonder what are the best(good readable code, pest practice code,reusability) concepts to build a Infinity-Image-Loop-Slider for a Website using JavaScript/jQuery? I dont what to know how to code the Slide show but what blueprint matches the requirements mention above. The main focus of my question is how to arrange the pictures to get the impression of a infinity loop Slider. By look at Code from different Sliders I came across two solutions:-change the z-Index of all Images each time the next/previous image is displayed.-change the Position of the Image in the DOM. But examine and understanding the code of others is very time-consuming - that's why I ask this question :)
 
Top