Zoomerang.js is a very useful HTML DOM element to zoom out JS effect plugin. It can zoom in and out on any element on the page. When an element is in the listening state of Zoomerang, tapping the element can enlarge it to the middle of the screen, and then click it again to return to its original position.
Precautions for use:
This element zoom-out effect depends on the CSS Transform (ie browser must be IE10 to support)
Works best on fixed-size elements: Display:block, Display:inline-block, and IMG.
Avoid being used on very long text segments.
When used on mobile, it is best to avoid font resizing automatically.
Irregular images will have a pixel edge on Firefox.
does not work correctly on Android 2.x browser.
Effect Demo: http://www.htmleaf.com/Demo/201504051630.html
: http://www.htmleaf.com/jQuery/Image-Effects/201504051629.html
Pure JS Practical DOM element zoom in and zoom out effect plugin