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

Unified Diff: third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html

Issue 2841863005: CSS Motion Path: delete implementation of motion-offset property (Closed)
Patch Set: ManualTests Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html
diff --git a/third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html b/third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html
index c93a07a873ebd0e3109bfae82789980015e89822..4a9c64137f59add84cc4d1c44c3f05917b6cd9dc 100644
--- a/third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html
+++ b/third_party/WebKit/ManualTests/animation/compositor-transform-prevented-by-motion-path.html
@@ -41,8 +41,8 @@ var div2 = document.getElementById('div2');
function startAnimations() {
div1.animate([
- {motionOffset: '0%'},
- {motionOffset: '100%'}
+ {offsetDistance: '0%'},
+ {offsetDistance: '100%'}
], {
duration: 2000,
delay: 1000
@@ -56,8 +56,8 @@ function startAnimations() {
});
div2.animate([
- {motionOffset: '0%'},
- {motionOffset: '100%'}
+ {offsetDistance: '0%'},
+ {offsetDistance: '100%'}
], {
duration: 2000,
delay: 1000

Powered by Google App Engine
This is Rietveld 408576698