Functions
GradualZoom.delayedZoom(Number n, Number x, Number y, Number time) : static
Actual zoom function
| Number | n | Zoom ratio |
| Number | x | Left coordinate of the mouse click |
| Number | y | Top coordinate of the mouse click |
| Number | time | Time Out before image zoom |
GradualZoom.zoomIn(Event e) : static
zoomIn is triggered when normal size imaged is clicked
| Event | e | Mouse event |
GradualZoom.zoomOut(Event e) : static
zoomOut is triggered when user clicks again
| Event | e | Mouse event |
GradualZoom.init(Array image, Array frame) : static
Initializes the GradualZoom object
| Array | image | ids (<img id=''> attribute) |
| Array | frame | ids (<div id='' class='frame'> attribute) |