Skip to content

booty/CanvasParallax

Repository files navigation

CanvasParallax

HTML canvas parallax scrolling demo.

This is an older demo. It was a prototype for a next-gen interface for OtakuBooty.

If I was doing it today, I'd probably:

  • Not use HTML Canvas; immediate-mode drawing doesn't take advantage of hardware acceleration too well. Would probably use CSS transitions instead?
  • Would use sprite sheets to reduce the # of requests sent "over the wire"
  • Drink a little harder

You can see a demo online here: http://otakubooty.com/me/CanvasParallax/

About

HTML canvas parallax scrolling demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published