Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / fill-mode-forwards2.html
index 4c2c97c..04dde40 100644 (file)
        -webkit-animation-fill-mode: forwards;
     }
     @-webkit-keyframes pop {
-        0% { -webkit-transform: scale(0.05); opacity: 0; }
-        33% { -webkit-transform: scale(1.00); opacity: 1; }
-        66% { -webkit-transform: scale(1.66); opacity: 1; }
-        100% { -webkit-transform: scale(0.95); opacity: 0.5; }
+        0% { transform: scale(0.05); opacity: 0; }
+        33% { transform: scale(1.00); opacity: 1; }
+        66% { transform: scale(1.66); opacity: 1; }
+        100% { transform: scale(0.95); opacity: 0.5; }
     }
 </style>
 </head>