DEV Community

Discussion on: Make Animated Content Placeholders with HTML and CSS

Collapse
 
ashnwor profile image
Ashnwor

Thanks for the content!

One problem though. You shouldn't use left in animation since it's not hardware accelerated. You should use transform: translate() instead.

Collapse
 
xinnks profile image
James Sinkala

Thanks for the suggestion. Will definitely look into that.