kenwheeler / slick

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

item transition effect in infinite mode #2544

Closed mike623 closed 8 years ago

mike623 commented 8 years ago

when using infinite mode. last item will be cloned. When we move to last item, slick will 'redirect' us from last index to first index item. However this action will terminate item transition effect (e.g scale, opacity)

here is codepen http://codepen.io/mike623/pen/mArdAm

leggomuhgreggo commented 8 years ago

Yeah, the grouping of transforms bums me out. I think your best bet is to factor your scale in a nested element. Don't think there's much the library can do about transform overwrites.

Thanks!