Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Animating SVG

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #46445
    letchford
    Member

    I am researching for a blog post on SVG animation.
    I’m looking for opinions on which animation techniques you guys use:

    * SMIL
    * CSS
    * Javascript/Canvas

    I would be very grateful for any information any one can share on this topic.

    #143119
    Paulie_D
    Member

    It is possible to modify SVG images generated in the browser via JavaScript. This makes it possible to use SVG for more dynamic presentations, and even small games (though it is probably better to use HTML5 Canvas for games).

    SVG is not Canvas although one could certainly consider them related.

    It kind of depends on how your SVG is built and what animation you are expecting to carry out.

    #143123
    letchford
    Member

    I’m looking at a few key points really:

    * Performance
    * Compatibility
    * Animation control i am under the understanding that you have more animation resources at your disposal with SMIL and Canvas.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.