Fix handling of Timing properties due to API and CSS interactions
Web animation API calls can manipulate timing properties. The values from API calls override their corresponding CSS properties values. Specifically, calls to effect.updateTiming(timing_options) override any property that is included in timing_options. Replacing the animation effect, overrides all timing properties. Next step: Fix handling of overridden keyframes. Bug: 1058731 Change-Id: I351ebf535511c11da0d515bf2e24b6435247d892 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120734 Commit-Queue: Kevin Ellis <kevers@chromium.org> Reviewed-by:Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#754749}
Showing
Please register or sign in to comment