I would like to animate things in 3D space. I know this is possible with CSS and HTML5, but I can’t find a good tutorial for practical use!
I found this website as an example. You can select text etc. All the time.
Can somebody give a very easy to understand and little example how this works? I see the source code but I don’t really understand it…
Is this CSS3 or HTML5 or both?
How much JavaScript do I need?
Which browsers support this?
Its all css3 and javascript. Just inspect the site in your favorite inspector, dig into the dom, and you’ll see something like
how much javascript you need depends on how you want to implement it. It can be ‘a lot’ or ‘a little’.
The more modern a browser, the better the change it will run well. Check here to see which browsers support what.