I am interested in modifying the Cycle2 Pause On Hover functionality to make the slideshow run in reverse. In this version, the slideshow will only start when hovered over, and stop when the mouse leaves the images.
Check out the demo below
Here is the code snippet
<div class="cycle-slideshow"
data-cycle-fx=fadeout
data-cycle-timeout=1000
data-cycle-pause-on-hover="true"
>
<img src="http://jquery.malsup.com/cycle2/images/p1.jpg">
...
</div>