Would you please tell me how can this http://www.zwei14.de/en/ polygon SVG animation can be created?
Asked
Active
Viewed 111 times
-1
-
view-source will tell you that. – Robert Longson Jun 12 '15 at 10:30
1 Answers
0
You can design reasonable SVG in inkscape or adobe Illustrator, the SVG code it kicked out in an xml style.
For animation, you can view the source code and see what the JS files are doing, they appear to be using paper.js which looks like a animation framework for html5 canvas. http://www.zwei14.de/assets/js/paperjs.vectorMorpher.js?v=2
Read More: http://paperjs.org/

jamboNum5
- 275
- 2
- 11
-
Thanks for the response. but he has created a custom made .Js file other than the paperjs. – Muddassir Hassan Jun 12 '15 at 11:02