boxart / boxart-boiler

A boilerplate for Responsive DOM based Open Web Games.
MIT License
13 stars 4 forks source link

Reduce CPU overhead of scanlines on docs site #82

Closed kadamwhite closed 8 years ago

kadamwhite commented 8 years ago

The scanline CSS animations are using background-position, which causes repaints; we should alter these animations to use transforms instead, so that they are composited rather than painted on each frame.