Glide: transitionType: 'fade' not working

Created on 6 Jul 2018  路  3Comments  路  Source: glidejs/glide

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?

Most helpful comment

Would love to see fade added back in

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings