Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaukia/zoomooz
An easy-to-use jQuery plugin for making zooming web pages.
https://github.com/jaukia/zoomooz
Last synced: 30 days ago
JSON representation
An easy-to-use jQuery plugin for making zooming web pages.
- Host: GitHub
- URL: https://github.com/jaukia/zoomooz
- Owner: jaukia
- Created: 2010-05-07T14:31:23.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T18:48:04.000Z (over 7 years ago)
- Last Synced: 2024-10-12T10:01:46.805Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://janne.aukia.com/zoomooz/
- Size: 1.05 MB
- Stars: 1,785
- Watchers: 63
- Forks: 275
- Open Issues: 47
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## 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://jaukia.github.io/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
2. Install grunt and requirements for it:cd src
npm install grunt
grunt
(install any missing requirements based on instructions)### Running the build
cd src
grunt