fat / zoom.js

Medium's Image Zoom for jQuery
https://fat.github.io/zoom.js
MIT License
4.04k stars 332 forks source link

Delay zoom out when scrolling #84

Open KurtTrowbridge opened 7 years ago

KurtTrowbridge commented 7 years ago

Hello,

I notice that on Medium, you can scroll a bit before the image zooms back out (GIF: http://www.gfycat.com/UnequaledFixedBream). On both the site I'm using this on and the demo site, zoomed-in images minimize as soon as you scroll, which means that if I accidentally brush my scroll wheel and it moves slightly, the image minimizes. Is it possible to add a delay to the zoom-out so that you have to scroll a certain number of pixels before it zooms back out?

Thank you!

nishanths commented 7 years ago

Not with the current API, as far as I can tell.

A possible fix is to update the numbers 40 and 10 to a bigger numbers in your copy of the script.