Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>In thewildernessdowntonwn, I think birds have been animated using svg and some javascript to run away from the mouse (because everybody know mouses can eat birds :) ).</p> <p>I think, in this "transitions moment" javascript/css3 could be very helpful for simple animation as something appear or move one way and another. It's also a bit complicated to use animations since Mozilla and Opera only support css3 transition and no animation for moment.</p> <p>Wait, it's still possible to make some hard animation but you will have to play hardly with transition transform and sometimes transform origin. You can have some good informations there : <a href="http://dev.opera.com/articles/view/css3-transitions-and-2d-transforms/" rel="nofollow">http://dev.opera.com/articles/view/css3-transitions-and-2d-transforms/</a></p> <p>The good point with svg is this is build to be animated more like a "traditionnal flash animation" and it can be controled by javascript and css3. Javascript is becoming more and more powerfull since all "modern browsers" are fighting on test like sunspider test. So you can do a lot with Javascript, I think it won't take long until a wysiwyg editor will output a clean css3 code (I think adobe is on its way right ?).</p> <p>On the other hand there are these technologies call WebGL, it allow you by using html5 canvas and some serious javascript to write 2D and 3D application that allow you to do some amazing stuff that can use the power of GPU.</p> <p>I hope it helped you to see through those emerging technologies.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload