DescriptionWeb Animations API: Avoid style resolution when calling element.animate()
This patch removes a style recalc that occurred every time
element.animate() was being called regardless of the input.
This is no longer needed now that we are able to defer keyframe
resolution the style recalc using DeferredLegacyStyleInterpolation.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176485
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebased #Patch Set 3 : Removed FIXME #Messages
Total messages: 9 (0 generated)
|