|
|
|
|
|
by rchaud
1781 days ago
|
|
> You can now do everything you could do in Flash, with CSS. AND JavaScript. With Flash, you just needed to know Flash. With HTML5, you need to know a whole lot more about DOM manipulation. If you're animating SVGs, that has its own markup and learning curve. Flash could also do 3D animation, which CSS cannot. You need to know WebGL and a library like three.js for that to be workable. By far the best WYSIWIG animation tool I've used is Tumult Hype for Mac. It handles the creation of all the JS-based animation triggers through the GUI. I hope there will be a WebGL version of this that is as easy to use. |
|
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