devmark / angular-slick-carousel

Angular directive for slick-carousel
http://devmark.github.io/angular-slick-carousel/
MIT License
353 stars 125 forks source link

CSS transitions not working #65

Closed artuska closed 7 years ago

artuska commented 8 years ago

Angular Slick Carousel uses left style when moving the .slick-track block instead of using transform: translate3d(0px, 0px, 0px); CSS transitions. The animation with left property is very ugly.

How to enable CSS transitions?

devmark commented 8 years ago

please make a demo you can fork from this: http://plnkr.co/edit/9goFW6?p=preview

emitremmus commented 7 years ago

Where it is using "left" for animation? http://devmark.github.io/angular-slick-carousel/#/

It is using tranlate3d for animation.

artuska commented 7 years ago

Somehow it was left — dunno, maybe it was some older version or something. Now I also cannot reproduce left positioning. I think this issue is not relevant anymore.