OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright 2013 Google Inc. All Rights Reserved. | 2 Copyright 2013 Google Inc. All Rights Reserved. |
3 | 3 |
4 Licensed under the Apache License, Version 2.0 (the "License"); | 4 Licensed under the Apache License, Version 2.0 (the "License"); |
5 you may not use this file except in compliance with the License. | 5 you may not use this file except in compliance with the License. |
6 You may obtain a copy of the License at | 6 You may obtain a copy of the License at |
7 | 7 |
8 http://www.apache.org/licenses/LICENSE-2.0 | 8 http://www.apache.org/licenses/LICENSE-2.0 |
9 | 9 |
10 Unless required by applicable law or agreed to in writing, software | 10 Unless required by applicable law or agreed to in writing, software |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 assert_styles('.anim', [{'transform': 'matrix(1.3858, 0.574, -0.574, 1.3858,
0, 0)'}]); | 46 assert_styles('.anim', [{'transform': 'matrix(1.3858, 0.574, -0.574, 1.3858,
0, 0)'}]); |
47 }); | 47 }); |
48 | 48 |
49 // should end as a rotate(45deg) matrix | 49 // should end as a rotate(45deg) matrix |
50 at(1, function() { | 50 at(1, function() { |
51 assert_styles('.anim', [{'transform': 'matrix(0.7071067811865476, 0.70710678
11865475, -0.7071067811865475, 0.7071067811865476, 0, 0)'}]); | 51 assert_styles('.anim', [{'transform': 'matrix(0.7071067811865476, 0.70710678
11865475, -0.7071067811865475, 0.7071067811865476, 0, 0)'}]); |
52 }); | 52 }); |
53 }); | 53 }); |
54 | 54 |
55 </script> | 55 </script> |
OLD | NEW |