|
|
|
|
|
by Aweorih
3625 days ago
|
|
I would compare it like this:
C is extremely fast
php which is built on C is not so fast
So css is like C, built on the internal stuff so pretty much no overhead or anything. Javascript animations are like php, built on top of css with just manipulation of the css/dom structure. |
|