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 color: white; | 5 color: white; |
6 width: 100px; | 6 width: 100px; |
7 height: 100px; | 7 height: 100px; |
8 background-color: black; | 8 background-color: black; |
9 display: inline-block; | 9 display: inline-block; |
10 overflow: hidden; | 10 overflow: hidden; |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 // }, [ | 169 // }, [ |
170 // {at: -1, is: 'matrix3d(1, 0, 0, 0, 0, 0, 0, 0, -0.03876288659793814, 0.0193
8144329896907, 0.94, -0.004845360824742268, 12, 4, 16, 0.9793814432989688)'}, | 170 // {at: -1, is: 'matrix3d(1, 0, 0, 0, 0, 0, 0, 0, -0.03876288659793814, 0.0193
8144329896907, 0.94, -0.004845360824742268, 12, 4, 16, 0.9793814432989688)'}, |
171 // {at: 0, is: 'matrix3d(1, 0, 0, 0, 1.5574077246549023, 1, 0, 0, -0.02, 0.01,
0.97, -0.0025, 8, -4, 12, 1)'}, | 171 // {at: 0, is: 'matrix3d(1, 0, 0, 0, 1.5574077246549023, 1, 0, 0, -0.02, 0.01,
0.97, -0.0025, 8, -4, 12, 1)'}, |
172 // {at: 0.25, is: 'matrix3d(1, 0, 0, 0, 0.7772447845947462, 1.25, 0, 0, -0.015
1159793814433, 0.00755798969072165, 0.9775, -0.0018894974226804128, 7, -6, 11, 1
.0019329896907216)'}, | 172 // {at: 0.25, is: 'matrix3d(1, 0, 0, 0, 0.7772447845947462, 1.25, 0, 0, -0.015
1159793814433, 0.00755798969072165, 0.9775, -0.0018894974226804128, 7, -6, 11, 1
.0019329896907216)'}, |
173 // {at: 0.75, is: 'matrix3d(1, 0, 0, 0, -2.1864989409942237, 1.75, 0, 0, -0.00
5115979381443298, 0.002557989690721649, 0.9924999999999999, -0.00063949742268041
24, 5, -10, 9, 1.0019329896907216)'}, | 173 // {at: 0.75, is: 'matrix3d(1, 0, 0, 0, -2.1864989409942237, 1.75, 0, 0, -0.00
5115979381443298, 0.002557989690721649, 0.9924999999999999, -0.00063949742268041
24, 5, -10, 9, 1.0019329896907216)'}, |
174 // {at: 1, is: 'matrix3d(1, 0, 0, 0, -4.370079726523038, 2, 0, 0, 0, 0, 1, 0,
4, -12, 8, 1)'}, | 174 // {at: 1, is: 'matrix3d(1, 0, 0, 0, -4.370079726523038, 2, 0, 0, 0, 0, 1, 0,
4, -12, 8, 1)'}, |
175 // {at: 2, is: 'matrix3d(1, 0, 0, 0, -17.782462353533823, 3, 0, 0, 0.021237113
402061854, -0.010618556701030927, 1.03, 0.0026546391752577322, 0, -20, 4, 0.9793
814432989691)'}, | 175 // {at: 2, is: 'matrix3d(1, 0, 0, 0, -17.782462353533823, 3, 0, 0, 0.021237113
402061854, -0.010618556701030927, 1.03, 0.0026546391752577322, 0, -20, 4, 0.9793
814432989691)'}, |
176 // ]); | 176 // ]); |
177 </script> | 177 </script> |
178 </body> | 178 </body> |
OLD | NEW |