kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.49k stars 5.89k forks source link

Feature request: Animation support during slickFilter #2912

Open powerbuoy opened 7 years ago

powerbuoy commented 7 years ago

Unless it's already possible but undocumented I'd love the ability to animate the slides in and out when filtering them.

I guess the easiest solution would be to simply add a class to the slide before it is removed (.slick-filter-removeand .slick-filter-add or something), then listen to animationstartand animationend and then remove the slide? Same thing when they're re-added?

This way we could do .slick-filter-add {animation: fadeIn} etc in our CSS.

joefclarin commented 3 years ago

would also love to have this feature