OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>Unfilled Animation Test</title> | 3 <title>Unfilled Animation Test</title> |
4 <style type="text/css" media="screen"> | 4 <style type="text/css" media="screen"> |
5 #box { | 5 #box { |
6 height: 100px; | 6 height: 100px; |
7 width: 100px; | 7 width: 100px; |
8 border-top-width: 300px; | 8 border-top-width: 300px; |
9 border-style: solid; | 9 border-style: solid; |
10 -webkit-animation-duration: 1s; | 10 -webkit-animation-duration: 1s; |
(...skipping 20 matching lines...) Expand all Loading... |
31 </script> | 31 </script> |
32 </head> | 32 </head> |
33 <body> | 33 <body> |
34 This test performs an animation of the border-top-width property from a given va
lue to 0. It tests if an intermediate value is correct. | 34 This test performs an animation of the border-top-width property from a given va
lue to 0. It tests if an intermediate value is correct. |
35 <div id="box"> | 35 <div id="box"> |
36 </div> | 36 </div> |
37 <div id="result"> | 37 <div id="result"> |
38 </div> | 38 </div> |
39 </body> | 39 </body> |
40 </html> | 40 </html> |
OLD | NEW |