mihnsen / ui-carousel

A simple, lightweight module for carousel in your AngularJS app, Inspired from slick carousel.
http://mihnsen.github.io/ui-carousel/
MIT License
77 stars 67 forks source link

Play / Pause button control #30

Open Lightk3ira opened 6 years ago

Lightk3ira commented 6 years ago

It would e nice if you could add a play pause button. Or at the very least be able to use a variable that you can pass into 'autoplay' that you can set to false. I have tried this approach but I do not think you have a watcher in place.

seanmalter commented 6 years ago

you should be able to set up your own watch function to change the variable when needed

olyjosh commented 6 years ago

Also a feature to pause the transition on hover