Add enums to KeyframeEffectOptions.
The KeyframeEffectOptions interface definition used DOMStrings instead of enums for the "fill" and "direction" members, which differs from the spec: http://w3c.github.io/web-animations/#the-animationeffecttimingproperties-dictionary This patch converts them to the specified enums. BUG= Review URL: https://codereview.chromium.org/1711543002 Cr-Commit-Position: refs/heads/master@{#376083}
Showing
Please register or sign in to comment