CodeHunger / Jarallax

Parallax scrolling library javascript
GNU General Public License v2.0
165 stars 20 forks source link

Easy animation #23

Closed CodeHunger closed 12 years ago

CodeHunger commented 12 years ago

Now animations van be added with: jarallax.addAnimation(selector, [keys])

this should also be posible like this jarallax.addAnimation(selector, key)

and jarallax.addAnimation(selector, blindkey)

The inserted key should be the end value of the animation. The starting values are pulled from css.

When a blind key is added its implemented as a key with progress 100%.