glidejs / glide

A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
https://glidejs.com
MIT License
7.29k stars 772 forks source link

How can I disable the transform effect? #234

Open heliomsolivas opened 6 years ago

heliomsolivas commented 6 years ago

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

jedrzejchalubek commented 6 years ago

If I understood correctly. You may achive this effect by setting up a animationDuration option to 0

y1n0 commented 3 years ago

this does not work when the slider is gonna wrap around (going from last to first slide)