Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: polymer_0.5.4/bower_components/web-animations-js/test/blink/interpolation/transform-origin-interpolation.html

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 display: inline-block; 5 display: inline-block;
6 margin-top: 50px; 6 margin-top: 50px;
7 margin-bottom: 25px; 7 margin-bottom: 25px;
8 width: 50px; 8 width: 50px;
9 height: 50px; 9 height: 50px;
10 background: red; 10 background: red;
(...skipping 18 matching lines...) Expand all
29 }, [ 29 }, [
30 {at: -0.3, is: '-30% 20% 6.5px'}, 30 {at: -0.3, is: '-30% 20% 6.5px'},
31 {at: 0, is: '0% 50% 5px'}, 31 {at: 0, is: '0% 50% 5px'},
32 {at: 0.3, is: '30% 80% 3.5px'}, 32 {at: 0.3, is: '30% 80% 3.5px'},
33 {at: 0.6, is: '60% 110% 2px'}, 33 {at: 0.6, is: '60% 110% 2px'},
34 {at: 1, is: '100% 150% 0px'}, 34 {at: 1, is: '100% 150% 0px'},
35 {at: 1.5, is: '150% 200% -2.5px'} 35 {at: 1.5, is: '150% 200% -2.5px'}
36 ]); 36 ]);
37 </script> 37 </script>
38 </body> 38 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698