Skip to content
forked from jaukia/zoomooz

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

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt
Notifications You must be signed in to change notification settings

krsreenatha/zoomooz

This branch is 148 commits behind jaukia/zoomooz:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

20bb90f · Feb 25, 2012

History

53 Commits
Feb 25, 2012
Feb 25, 2012
Feb 25, 2012
Mar 29, 2011
Mar 29, 2011
Mar 19, 2011
Mar 28, 2011
Mar 28, 2011
Feb 8, 2011
Nov 21, 2010
Feb 25, 2012
Feb 8, 2011
Nov 21, 2010

Repository files navigation

Information

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

Installation and usage

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:

http://nodejs.org/#download

    ./configure
    make
    make install
  1. Install npm (sudo with own risk if problems):

     curl http://npmjs.org/install.sh | sh
     sudo chown -R $USER /usr/local/lib/node/
     sudo chown -R $USER /usr/local/bin/
    
  2. Install node-jake:

     npm install jake
    
  3. Install uglify-js:

     npm install uglify-js
    

Running the build

jake

About

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

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published