mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
1c5c13fd16
The toolbar now uses a CSS transition for its height instead of JavaScript animation through slideDown(). * The animation is on toolbar instead of toolbar-bar so that it contains the padding and borders. Otherwise it slides up until there is the top and left (quite thick) borders stacked on each other which then disappear at once. * Add transform/translateY so that toolbar also transitions when it is in floating state. * Move class addition to attachToolbar() to avoid additional reflow. Bug: T89543 Change-Id: I30a7b69b77b874d220f60ebe7f7e616cd77bcc36 |
||
---|---|---|
.. | ||
ve.init.mw.MobileViewTarget.js | ||
ve.init.mw.ViewPageTarget.init.js | ||
ve.init.mw.ViewPageTarget.js |