DescriptionIgnore filter property in CSS Animations
A common pattern on the web is to animate both -webkit-filter and filter.
-webkit-filter can currently be composited while filter cannot.
Composited animations are not started if there are non-compositable properties
being animated simultaneously.
This patch ignores filter in CSS keyframes so that animations using
-webkit-filter and filter will run on the compositor.
Once -webkit-filter becomes an alias for filter we can stop ignoring filter
in CSS Animations.
BUG=520610
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201522
Patch Set 1 #Patch Set 2 : Move skip #Patch Set 3 : -\n #
Messages
Total messages: 18 (7 generated)
|