jaukia / zoomooz

An easy-to-use jQuery plugin for making zooming web pages.
http://janne.aukia.com/zoomooz/
1.79k stars 275 forks source link

Recognize scroll/mousewheel events #1

Open westonruter opened 14 years ago

westonruter commented 14 years ago

Sometimes it is very difficult or impossible to zoom out if the parent containing box is hidden. However, if scroll/mousewheel events were supported the user could navigate without having to click anything; they would just have to scroll in or out at a certain point on the screen.

jaukia commented 14 years ago

Good idea! I have to look into this, maybe i'll try to use this as the basis: http://mlntn.com/2008/12/11/javascript-jquery-zoom-event-plugin/

Abro commented 14 years ago

Hi, i'm using jquery.mouswheel and it works great! One more thing and it's perfect: to change the root from body to any inner element!

jaukia commented 14 years ago

ok, have to look at that at some point.

jaukia commented 14 years ago

Abro, there is now partial support for changing the root, see examples/rootchange.

liluxdev commented 11 years ago

@Abro can you share with us how you integrated zoomooz with jquery.mousewheel?