glide
glide copied to clipboard
How can I disable the transform effect?
I have removed the transition with transition: none !important but I did not understand exacly how can I remove that transform effect, I want my slider looks like a display:none / display: block effect when the user swipe
If I understood correctly. You may achive this effect by setting up a animationDuration
option to 0
this does not work when the slider is gonna wrap around (going from last to first slide)