Skip to content

Commit

Permalink
differentiate smil HA and smil wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
sdras committed Jan 23, 2015
1 parent 29820fc commit c0e7eb0
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions smil-wrong.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SMIL Example</title>
<meta name="description" content="SMIL Benchmarking">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/smil.css">
</head>
<body>

<div class="container" width="578" height="200">
<svg width="578" height="200"><rect id="blue-rect" x="12.3" y="10.2" fill="#49937F" stroke="#3F7C6B" stroke-width="5" stroke-miterlimit="10" width="100" height="50"/>
<animate
xlink:href="#blue-rect"
attributeName="x"
from="0"
to="377"
dur="2s"
begin="0s"
values="80; 377; 80"
repeatCount="indefinite"
keySplines=".42 0 .58 1;"
fill="freeze"
id="rect-anim"/>
</svg>
</div><!--container-->

</body>
</html>

0 comments on commit c0e7eb0

Please sign in to comment.