CodeHunger / Jarallax

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

animation based updating #16

Closed CodeHunger closed 12 years ago

CodeHunger commented 12 years ago

Curently all animations are updated object based. This means that an object needs to be added first before it can be updated. Paralax should update the animations no the objects.

CodeHunger commented 12 years ago

Paralax objects are removed