(This page includes affiliate links. If you click and purchase, I receive a small commission at no extra cost from you and that way you can support me. I only recommend tools that I have personally used and loved.)
Tutorial Video:
Introduction – Swipe Transition On Scroll
In this tutorial, we will use swipe effect to switch our content to different slides.
Image Scrubber Code
- dm-swiping-container is the CSS class of the main container/div that will contain all our slides.
- dm-swiping-slide is the CSS class of our containers/div that will be slides.
- Below are 2nd CSS class added to our dm-swiping-slide for swipe effects.
- dm-rl-swipe = right to left swipe effect
- dm-lr-swipe = left to right swipe effect
- dm-tb-swipe = top to bottom swipe effect
- dm-bt-swipe = bottom to top swipe effect
- dm-zoom-swipe = zoom swipe effect
