igorlino / elevatezoom-plus

Enhanced elevateZoom - A jQuery image zoom plugin
http://igorlino.github.io/elevatezoom-plus/
MIT License
162 stars 78 forks source link

Pause / Resume on Zoom for a Slick Slider #96

Closed guldil closed 6 years ago

guldil commented 6 years ago

Hi,

I'm using Elevate Zoom PLus with Slider Slick it's working.

But now i have to enable autoplay feature with 5 seconds delay between image.

Zoom still working but i can't pause the autoplay feature, so after 5seconds of zoom, current image is changing...

Is there a way to detect zoom and pause the timer ? and resume it ?

I tried .zoomContainer .zoomWindowContainer .zoomWindow "hover / mouseover / mouseout" event but it's not working...

Thanks

Guldil

guldil commented 6 years ago

ok i found a solution var zoomOptions = { zoomType: "window", zoomWindowWidth: 600, zoomWindowHeight: 500, loadingIcon: '/bundles/app/plugins/slick-slider/ajax-loader.gif', onDestroy: function (){$('.slider-for').slick('slickPlay')}, onShow: function (){$('.slider-for').slick('slickPause')}, };