new Glide('.glide', {
type: 'carousel',
gap: 0,
autoplay: 8000,
hoverpause: false,
transitionType: 'fade'
}).mount()
I am trying to implement the fade effect, but it just keeps on sliding. Has it been removed?
Yes, a slideshow effect has been removed at v3.0.
Would love to see fade added back in
@CorySchulz checkout the CSS solution here, with one caveat about height: https://github.com/glidejs/glide/issues/279#issuecomment-468204570.
Most helpful comment
Would love to see fade added back in