Web Animation: Some properties not responsive to inherited change |
||
Issue descriptionWhen animating to or from 'inherit', the animation should respond if the parent element's style changes. The current happens for some properties, e.g. shape-outside, but not always for others, e.g. text-indent and offset-rotate.
,
Oct 21 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/a418cde22b0bc980824eb3707edd1096ca55a76d commit a418cde22b0bc980824eb3707edd1096ca55a76d Author: Eric Willigers <ericwilligers@chromium.org> Date: Sat Oct 21 11:52:33 2017 Avoid InheritedRotationChecker Jumbo clash CSSRotateInterpolationType.cpp and CSSOffsetRotateInterpolationType.cpp each defined InheritedRotationChecker in the anonymous namespace. This broke Jumbo builds. BUG= 775893 Change-Id: If64aa5381760ef923331c95bea40e25e2a60b853 Reviewed-on: https://chromium-review.googlesource.com/732363 Reviewed-by: Daniel Bratell <bratell@opera.com> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#510680} [modify] https://crrev.com/a418cde22b0bc980824eb3707edd1096ca55a76d/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.cpp
,
Jun 21 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Oct 20 2017