Chromium Code Reviews
DescriptionUse PropertyHandle instead of CSSPropertyID to identify CSS Transitions
This patch refactors the way we manage CSS Transition animations to be
based on PropertyHandles instead of CSSPropertyIDs. This is to support
future work in enabling CSS Transitions on custom properties.
CSSPropertyID is unable to distinguish between different custom
properties as they all use the value CSSPropertyVariable while
PropertyHandle stores the AtomicString name of the custom property.
BUG=671904
Review-Url: https://codereview.chromium.org/2719083005
Cr-Commit-Position: refs/heads/master@{#454477}
Committed: https://chromium.googlesource.com/chromium/src/+/08bbd3b3b0a9e991dd042084dd69a11e24d5696d
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebased #Patch Set 3 : Rebasedagainaaaa #Messages
Total messages: 20 (11 generated)
|