Added a svg clock demo to demos.json file.

This commit is contained in:
David Basoko 2012-11-18 18:41:25 +01:00
parent 62e6551757
commit 228ddbf669
1 changed files with 10 additions and 1 deletions

View File

@ -283,5 +283,14 @@
"live": "safari chrome firefox opera"
},
"test": "Modernizr.webworkers"
}
},
{
"desc": "SVG clock animation",
"url": "svg-clock",
"tags": "svg",
"note": "SVG inline clock with animation.",
"support": {
"live": "ie firefox opera safari chrome"
}
},
]