Index: Source/core/animation/KeyframeEffectOptions.idl |
diff --git a/Source/core/animation/AnimationTimingProperties.idl b/Source/core/animation/KeyframeEffectOptions.idl |
similarity index 96% |
rename from Source/core/animation/AnimationTimingProperties.idl |
rename to Source/core/animation/KeyframeEffectOptions.idl |
index 10e5910a16ecc899fab510965ad68d4b0bb99b0b..95859482b40d8cca73d52b5685035bf8798269e5 100644 |
--- a/Source/core/animation/AnimationTimingProperties.idl |
+++ b/Source/core/animation/KeyframeEffectOptions.idl |
@@ -5,7 +5,7 @@ |
// https://w3c.github.io/web-animations/#the-animationeffecttimingproperties-dictionary |
// TODO(dstockwell): Rename this to AnimationEffectTimingProperties. |
-dictionary AnimationTimingProperties { |
+dictionary KeyframeEffectOptions { |
double delay = 0; |
double endDelay = 0; |
// TODO(dstockwell): The fill type should be FillMode. |