Image Zoomer With HTML5 Canvas: Wadda
9
Apr
// php the_time('Y') ?>
Wadda is a lightweight JavaScript library that uses HTML5 canvas for zooming images.
It comes in 2 JS files, one for the common functions an the other for the wadda function.
The library simply displays the original-sized-image inside a "lens effect" that must be mentioned in the thumbnail's title tag.
Wadda has several options for customization like the zoom level, lens size, enable/disable lens fade effect and the x/y offsets from the mouse cursor.
It is compatible with every canvas-enabled browser and will work on others using the explorercanvas library.
Requirements: No Requirements
Compatibility: All Major Browsers (IE will need explorercanvas)
Website: http://blog.insicdesigns.com/2010/04/introducing-wad...
Compatibility: All Major Browsers (IE will need explorercanvas)
Website: http://blog.insicdesigns.com/2010/04/introducing-wad...
- Tags:
HTML5 Javascript
- Filed under: Effects, Goodies, MIT License
- 5 Comments












5 Responses for "Image Zoomer With HTML5 Canvas: Wadda"
Gr8 work man
Awsome, I look forward to using this framework.
nice work dude
Hey, I was just looking at this fantastic little lib and was wondering: how is mobile support?
Nevermind, just implemented the necessary functions for touch support. Its all in the appropriate documentation.