Hacker News new | ask | show | jobs
by nwjsmith 5829 days ago
What do they mean by rendering in CSS3 instead of the DOM?
1 comments

Maybe CSS-powered manipulations instead of using JS to manipulate the DOM directly? As in, tag it with a class and use CSS to animate + hide + everything beyond that, instead of using a JS effects library.

* shrug * just guessing here.