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

Unified Diff: Source/core/animation/Timing.idl

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No, really. Created 5 years, 7 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
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | Source/core/animation/TimingCalculations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/Timing.idl
diff --git a/Source/core/animation/Timing.idl b/Source/core/animation/Timing.idl
deleted file mode 100644
index 6cd5e975c826331a9748d1ff9ad2b615497042b5..0000000000000000000000000000000000000000
--- a/Source/core/animation/Timing.idl
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// http://www.w3.org/TR/web-animations/#the-animationtiming-interface
-
-// TODO(dstockwell): This interface does not exist in the latest spec, which
-// instead has a AnimationEffectTimingReadonly interface:
-// https://w3c.github.io/web-animations/#the-animationeffecttimingreadonly-interface
-
-[
- ImplementedAs=AnimationNodeTiming,
- RuntimeEnabled=WebAnimationsAPI,
- WillBeGarbageCollected,
-] interface Timing {
- attribute double delay;
- attribute double endDelay;
- attribute DOMString fill;
- attribute double iterationStart;
- attribute unrestricted double iterations;
- attribute (unrestricted double or DOMString) duration;
- attribute double playbackRate;
- attribute DOMString direction;
- attribute DOMString easing;
-};
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | Source/core/animation/TimingCalculations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698