-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathsvg-animations.json
37 lines (37 loc) · 1000 Bytes
/
svg-animations.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"spec": {
"title": "SVG Animations",
"url": "https://svgwg.org/specs/animations/"
},
"elements": [
{
"name": "animate",
"href": "https://svgwg.org/specs/animations/#elementdef-animate",
"interface": "SVGAnimateElement"
},
{
"name": "set",
"href": "https://svgwg.org/specs/animations/#elementdef-set",
"interface": "SVGSetElement"
},
{
"name": "discard",
"href": "https://svgwg.org/specs/animations/#elementdef-discard"
},
{
"name": "animateMotion",
"href": "https://svgwg.org/specs/animations/#elementdef-animateMotion",
"interface": "SVGAnimateMotionElement"
},
{
"name": "mpath",
"href": "https://svgwg.org/specs/animations/#elementdef-mpath",
"interface": "SVGMPathElement"
},
{
"name": "animateTransform",
"href": "https://svgwg.org/specs/animations/#elementdef-animateTransform",
"interface": "SVGAnimateTransformElement"
}
]
}