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

handle zoomtarget shape changes and position correctly #118

Open davidkutas opened 7 years ago

davidkutas commented 7 years ago

When I click on thezoomTarget class I would like to change the size of the div with transition and to be able to zoom into the changed sized class adequately. I've been able to tweak it to zoom to the first div but not to the following because elem.offsetLeft is pointing to the original div which has been in the DOM originally.

Demo: http://www.spe.leoben.org/wp-content/themes/spefifteen/playground/zoomooz/

Do you have any ideas?

Thanks, Dave