Skip to content
/ zoomooz Public
forked from jaukia/zoomooz

An easy-to-use jQuery plugin for making zooming web pages.

Notifications You must be signed in to change notification settings

seva/zoomooz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Information

Zoomooz is an easy-to-use jQuery plugin for making any web page element zoom.

Basically, just have a look at the examples and start hacking away.

For more information and usage, see: http://janne.aukia.com/zoomooz

Building

There is an optional build process. Currently the only thing it does is that it merges and minifies Javascript files, so running it is not necessary.

Setting up the build tools

  1. Download and install Node.js (npm should install automatically):

http://nodejs.org/#download

  1. Install node-jake and uglify-js:

     npm install jake
     npm install uglify-js
    

Running the build

cd src
jake

About

An easy-to-use jQuery plugin for making zooming web pages.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.7%
  • Python 9.5%
  • Shell 0.8%