I saw very interesting example of using html5 css3 and javascript that is amazing, so can you tell me how is it possible to do this without flash, I really want to know how to do things like that. What are they using? But the mostly I want to know how they did the effect with tetbox and button. Here is
The link
I saw very interesting example of using html5 css3 and javascript that is amazing,
Share
All the code’s in there. I suggest you download it all and have a play with it, work out what does what, and ask a new question if there’s a particular bit you don’t understand.
The main clever bit happens here (in test.js):
and here:
That all relies on trans3d.js, which does the necessary CSS transforms.