angular-marquee icon indicating copy to clipboard operation
angular-marquee copied to clipboard

mouseover pause

Open paksys opened this issue 8 years ago • 1 comments

How to make it pause on mouseOver and resume on mouseOut?

paksys avatar Apr 08 '16 14:04 paksys

By reading through the code I guess you can control it from your controller. Write event handlers for mouse up/down and toggle $scope.scroll to true/false as required.

sirajulm avatar Oct 05 '16 09:10 sirajulm