metafizzy / flickity

:leaves: Touch, responsive, flickable carousels
https://flickity.metafizzy.co
7.53k stars 602 forks source link

Not enough transition types #802

Closed Ajax30 closed 6 years ago

Ajax30 commented 6 years ago

I would like a "blinds" transition (see http://wowslider.com/ajax-jquery-slider-pulse-blinds-demo.html) on the slider. The free version does not have it. Does the commercial one have it?

AdamJaggard commented 6 years ago

With Flickity being more conceptually similar to a basic physics simulation than preset transitions I don't think you would be able to achieve these kinds of effects with Flickity without changing how Flickity works completely. Flickity doesn't have any concept of "transition" as far as I understand.

desandro commented 6 years ago

You can adjust Flickity's transition animation via its selectedAttraction & friction options. Otherwise, you'll have to use another carousel plugin for that specific 'blinds' effect.