commit | b2f66c7a95b2d366e8972efc5acac53d60f4978d | [log] [tgz] |
---|---|---|
author | alancutter <alancutter@chromium.org> | Sat Jan 28 09:27:28 2017 |
committer | Commit bot <commit-bot@chromium.org> | Sat Jan 28 09:27:28 2017 |
tree | def02ca6dd51cddedc26202d81568e6f28cb34d7 | |
parent | d8c814f5c00623af6fbbe7c13cdfbc827c03956d [diff] |
Add smooth interpolation support for <color> custom properties This change enables smooth interpolation for animations on custom properties registered as <color>. This does not add support for CSS Transitions, only CSS Animations and Web Animations. This does not add support for currentcolor for CSS Animations, supporting this may require further redesigns to style resolution. BUG=671904 Review-Url: https://codereview.chromium.org/2564793002 Cr-Original-Commit-Position: refs/heads/master@{#445967} Committed: https://chromium.googlesource.com/chromium/src/+/96bee2c42c8df73523e971850215d29d1c40c15f Review-Url: https://codereview.chromium.org/2564793002 Cr-Commit-Position: refs/heads/master@{#446919}