mhulse / picard

Make it so.
http://mhulse.github.io/picard/dev/
Other
1 stars 0 forks source link

Build script to animate sprites #206

Open mhulse opened 10 years ago

mhulse commented 10 years ago

I want to do more CSS3 sprite animations. Write JS plugin/script to apply CSS3 styles to animate said animation using technique outlined here:

The script/plugin should use HTML5 data- attributes.

mhulse commented 10 years ago

Features to account for:

  1. Lazy load sprite until visible?
  2. Play/pause.
  3. Horizontal/vertical.
  4. Width, height.
  5. Speed.
  6. Other?