I am trying to create a slider, using javascript and css. I recognize that there are "tons" of them out there, but I am building this to educate myself.
I have attached a video showing the HTML of an example I am trying to recreate. In particular this shows how the MARGIN-LEFT property is being changed, making the images slide to the left. (see the 3rd line from the top)
Does anyone know, or deduce how the MARGIN-LEFT property is being changed in this way?
I have normally just used the CSS transition property to cause the images to slide, but this seems to be doing something else. Click for my video