Skip to content

Commit 228ddbf

Browse files
committed
Added a svg clock demo to demos.json file.
1 parent 62e6551 commit 228ddbf

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

demos.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,14 @@
283283
"live": "safari chrome firefox opera"
284284
},
285285
"test": "Modernizr.webworkers"
286-
}
286+
},
287+
{
288+
"desc": "SVG clock animation",
289+
"url": "svg-clock",
290+
"tags": "svg",
291+
"note": "SVG inline clock with animation.",
292+
"support": {
293+
"live": "ie firefox opera safari chrome"
294+
}
295+
},
287296
]

0 commit comments

Comments
 (0)