|
|
|
|
|
by legrande
1781 days ago
|
|
> Flash could also do 3D animation, which CSS cannot Saw a few Codepens over the years[0] where people managed to rotate 3D cubes, all done entirely with CSS. Of course if you needed to interact with the cube you would need JS, but 3D can be achieved with CSS alone, it's just a very hacky way of doing it. [0] https://codepen.io/mehra_as/pen/KRKPBq |
|