DescriptionFix 50% flip handling of CSS Animations using CSS wide keywords
CSS Animations of certain properties [1] were handling CSS wide keywords
like inherit as 50% flip cases instead of smoothly interpolating when
appropriate.
This patch makes all CSS wide keywords fall back to either
LegacyStyleInterpolation or DeferredLegacyStyleInterpolation
before attempting *StyleInterpolation conversion which fixes
smooth interpolation of these keywords.
[1]
border-image-slice
list-style-image
-webkit-mask-box-image
-webkit-mask-box-image-source
BUG=437696
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199936
Patch Set 1 #Patch Set 2 : Rebased #Dependent Patchsets: Messages
Total messages: 7 (2 generated)
|