←back to thread

518 points cantdutchthis | 1 comments | | HN request time: 0.203s | source
Show context
pjc50 ◴[] No.44501400[source]
"SVG is inherently animated" is new to me, and now I'm going to spend my time on the bus thinking what might be done with that. Does it support infinite loop?
replies(4): >>44501544 #>>44501591 #>>44501688 #>>44502030 #
1. jerf ◴[] No.44502030[source]
SVG embeds Ecmascript (or Javascript as the rest of the world knows it): https://www.w3.org/TR/SVG11/script.html

So not only do you get all the animation support from the attributes, you can fill in anything you need from scripting.