DescriptionCall el.offsetHeight; to force update of computed style.
Transitions does not work if change is 'auto' -> '0'. As work around code sets
height to offsetHeight before changing height to '0'. However Blink still uses
computed style and does not starts transition. So we have to call el.offsetHeight
to force update computed style.
Removed unused argument from onFadeOutTransitionEnd.
BUG=330604
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245280
Patch Set 1 #
Total comments: 1
Messages
Total messages: 6 (0 generated)
|