mikecotrone / filmStripImageBrowser

Open source filmstrip image browser project
0 stars 0 forks source link

Mouseover Function #5

Closed RichardSummers closed 7 years ago

RichardSummers commented 7 years ago

The ability to pause a scrolling filmstrip upon mouse over, and then continue with the animation upon mouse out.

devtimi commented 7 years ago

FYI, this can be accomplished already. CanvasClass already inherits MouseEnter and MouseExit from Canvas. Just stop the Timer and start the Timer in these events.

I will keep this request in mind if I end up being the one to internalize the animation timer.

mikecotrone commented 7 years ago

Complete and tested