OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>Test animation shorthand property</title> | 3 <title>Test animation shorthand property</title> |
4 <style type="text/css" media="screen"> | 4 <style type="text/css" media="screen"> |
5 .box { | 5 .box { |
6 height: 10px; | 6 height: 10px; |
7 width: 10px; | 7 width: 10px; |
8 background-color: blue; | 8 background-color: blue; |
9 } | 9 } |
10 #a { | 10 #a { |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 <div id="e" class="box"></div> | 99 <div id="e" class="box"></div> |
100 <div id="f" class="box"></div> | 100 <div id="f" class="box"></div> |
101 <div id="g" class="box"></div> | 101 <div id="g" class="box"></div> |
102 <div id="h" class="box"></div> | 102 <div id="h" class="box"></div> |
103 <div id="i" class="box"></div> | 103 <div id="i" class="box"></div> |
104 <div id="j" class="box"></div> | 104 <div id="j" class="box"></div> |
105 <div id="result"> | 105 <div id="result"> |
106 </div> | 106 </div> |
107 </body> | 107 </body> |
108 </html> | 108 </html> |
OLD | NEW |