vasyabigi / angular-slick

Angular directive for slick-carousel
http://vasyabigi.github.io/angular-slick/
MIT License
500 stars 237 forks source link

Is it possible to change the speed dynamically? #123

Open stianlp opened 9 years ago

stianlp commented 9 years ago

If I want to change the speed for a few seconds is that possible? Somthing like scope.speed = 100; //really fast $timeout(function() { scope.speed = 1400; //back to normal },4000);

Doesn't look oike angular-slick picks up the changes?

angus-strut commented 9 years ago

I'm having the same issues, for the record - can't seem to work it out.