0

I am wondering if there is a way to animate a vector object for modern web. My example is a cartoony squid outline and I want to animate its tentacles to be wiggling. My goal is to find a way to do this and not use Flash and hopefully have mobile support. I am okay if it only works in the most modern browsers as well as it is more of a 'fun extra' exploration.

Thank you.

gokujou
  • 1,482
  • 3
  • 15
  • 27

1 Answers1

0

Vector based graphics in web translates to SVG. Try googling the term "SVG Javascript".

Here's a similar question:

Is it possible to manipulate an SVG document embedded in an HTML doc with JavaScript?

Community
  • 1
  • 1
Mehran
  • 15,593
  • 27
  • 122
  • 221