Dropbox download link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function() { | |
function AnimatoinObject (obj, steps, duration, delay, itrations) { | |
var _this = this; | |
_this.obj = obj; | |
_this.steps = steps; | |
_this.duration = duration; | |
_this.delay = delay; | |
_this.itrations = itrations; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* tram.js v0.8.1-global | |
* Cross-browser CSS3 transitions in JavaScript | |
* https://github.com/bkwld/tram | |
* MIT License | |
*/ | |
/*! | |
* P.js | |
* A lightweight class system. It's just prototypes! | |
* http:// github.com/jayferd/pjs |
OlderNewer