glide icon indicating copy to clipboard operation
glide copied to clipboard

How can I disable the transform effect?

Open heliomsolivas opened this issue 6 years ago • 2 comments

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

heliomsolivas avatar Jun 25 '18 18:06 heliomsolivas

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

jedrzejchalubek avatar Jul 06 '18 07:07 jedrzejchalubek

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

y1n0 avatar Apr 12 '21 10:04 y1n0