| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <meta charset="UTF-8"> | 2 <meta charset="UTF-8"> |
| 3 <style> | 3 <style> |
| 4 .target { | 4 .target { |
| 5 height: 10px; | 5 height: 10px; |
| 6 background: black; | 6 background: black; |
| 7 } | 7 } |
| 8 .filler { | 8 .filler { |
| 9 height: 10px; | 9 height: 10px; |
| 10 -webkit-flex: 1 1 50%; | 10 -webkit-flex: 1 1 50%; |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 }, [ | 47 }, [ |
| 48 {at: -0.3, is: '0 0 100%'}, | 48 {at: -0.3, is: '0 0 100%'}, |
| 49 {at: 0, is: '0 0 100%'}, | 49 {at: 0, is: '0 0 100%'}, |
| 50 {at: 0.4, is: '0 0 100%'}, | 50 {at: 0.4, is: '0 0 100%'}, |
| 51 {at: 0.6, is: '1 1 100%'}, | 51 {at: 0.6, is: '1 1 100%'}, |
| 52 {at: 1, is: '1 1 100%'}, | 52 {at: 1, is: '1 1 100%'}, |
| 53 {at: 1.5, is: '1 1 100%'} | 53 {at: 1.5, is: '1 1 100%'} |
| 54 ]); | 54 ]); |
| 55 </script> | 55 </script> |
| 56 </body> | 56 </body> |
| OLD | NEW |