Skip to content

24 ways to impress your friends

Vote down?

Matt Johnston

I created some css3 animations for a landing page I made – http://boatbound.com/ and I’m really happy with the effect, however the CPU performance is terrible. I just looked through all your animation examples and saw pretty great CPU performance through Chrome. I’m not sure if my higher CPU usage is because I’m using larger images, or because I’m moving the actual dom elements rather than just moving background images. Any suggestions?

I may try to convert to using background-position animations to see if that helps.