DescriptionAllow animation of non-interpolable properties in CSS Animations
This change adds support to CSS Animations for properties that aren't
interpolable.
http://dev.w3.org/csswg/css-transitions/#animatable-properties
Previously properties like "position" were ignored in @keyframes rules
and wouldn't apply. With this change they will start applying their
values during the CSS animation.
BUG=505754
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198175
Patch Set 1 #Patch Set 2 : Update CSSProperties.in comment #Patch Set 3 : Rebased #
Depends on Patchset: Messages
Total messages: 6 (2 generated)
|