webliving / jaguarjs

Javascript animation library optimized mobile devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jaguar.js

Javascript animation library optimized mobile devices. This project forked the collie.js library.

How to build

  1. Download project using git clone or fork to your own.

    $ git clone https://github.com/davidshimjs/jaguarjs.git
    
  2. Install npm packages with a simple command

    $ npm install
    

    If you don't have npm, you can install a node.js included a npm.

  3. Using a grunt

    $ grunt build
    
    • default or an empty value: Watch project files. It'll build all files for debugging when you edit .js files. It also watch jsdoc templates, and you don't need make documentation if you edit only stylesheets(or less files) or main.js.
    • build: Build all files into a dist folder.
    • doc: Make documentations into a 'docs/dist' folder.
    • doc_debug: Make a simple documentation for debugging.

Documentations

http://davidshimjs.github.io/jaguarjs/doc/

Forum

Submit any problems or points of improvement detected during use in the forum. https://groups.google.com/forum/?fromgroups=#!forum/colliejs

Bitdeli Badge

About

Javascript animation library optimized mobile devices

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 99.8%Language:HTML 0.2%