Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watadarkstar/raphael-animate
jQuery Animation Plugin written in CoffeeScript to help you create animations in a clean and quick way.
https://github.com/watadarkstar/raphael-animate
Last synced: about 1 month ago
JSON representation
jQuery Animation Plugin written in CoffeeScript to help you create animations in a clean and quick way.
- Host: GitHub
- URL: https://github.com/watadarkstar/raphael-animate
- Owner: watadarkstar
- License: mit
- Created: 2013-07-20T13:09:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-24T02:30:58.000Z (over 11 years ago)
- Last Synced: 2024-10-14T10:17:42.282Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.34 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# [Raphael Animate jQuery Plugin](http://twitter.com/wataweb) [![Build Status](https://secure.travis-ci.org/watadarkstar/raphael-animate.png?branch=master)](http://travis-ci.org/watadarkstar/raphael-animate)
jQuery Animation Plugin written in CoffeeScript to help you create animations in a clean and quick way.
## Version
v0.0.1 Develop
## Dev Commands
Clone Repo:
git clone [email protected]:watadarkstar/raphael-animate.git
Install needed libraries:
npm install
Compile CoffeeScript:
grunt coffee
Run test suite in the terminal (headless):
grunt jasmine
Compile CoffeeScript and run tests suite:
grunt
Compile CoffeeScript and run tests suite whenever files change (recommended):
grunt watch
Build and minify plugin:
grunt build
Running Test Scirpt (for Travis CI):
npm test
Converting a SVG for use in vectors.js:
node rappar.js html5.svg
## Documenation
HTML
JavaScript (simple):
$( '#logo' ).raphaelAnimate( { animations: animations, key: "logo"} );
## Website Url
No URL
## Bug tracker
If you find a bug, please raise it [here](https://github.com/watadarkstar/raphael-animate/issues) on Github!
## Technologies Used
+ [Raphael](http://raphaeljs.com/)
+ [Rappar](https://github.com/DmitryBaranovskiy/rappar)
+ [CoffeScript](http://coffeescript.org/)
+ [MiniBoilerplate](http://miniboilerplate.com/)## Resources
+ [The Playground Vector Animation Process](http://playgroundinc.com/blog/the-playground-vector-animation-process/)
+ [Raphael vs Paper vs Processing](http://coding.smashingmagazine.com/2012/02/22/web-drawing-throwdown-paper-processing-raphael/)
+ [DOM vs Canvas vs OpenGL](http://www.goodboydigital.com/to-dom-or-not-to-dom/)
+ [jQuery plugin boilerplate](http://miniboilerplate.com/)## Developer
Developed by Adrian Carolli
+ [@wataweb](http://twitter.com/wataweb)
+ [Github Profile](http://github.com/watadarkstar)## Contributions
+ Originally authored by [PLAYGROUNDINC.COM](http://playgroundinc.com/)