Codeinwp / Ideal-Image-Slider-JS

Quite simply the ideal Image Slider in vanilla JS.
http://idealimageslider.com
GNU General Public License v3.0
1.57k stars 160 forks source link

Slider stopped #49

Closed nfq closed 9 years ago

nfq commented 9 years ago

Probably this is intended, but: When I open another window or tab, the slider is stopped. Same happens if I blur the slider window (for instance, if I cmd + tab in the OS)

Tested in latest Chrome and Safari 8.

Is there a workaround for this?

nfq commented 9 years ago

My bad. I just checked the source. // Stop if window blur window.onblur = function(){ this.stop(); }.bind(this);