mediawiki-extensions-Visual.../modules/ve-mw/init/targets
Timo Tijhof 1c5c13fd16 mw.ViewPageTarget: Use CSS for toolbar transition
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
2015-02-23 19:25:58 +00:00
..
ve.init.mw.MobileViewTarget.js Use new attachToolbar method for attaching the toolbar 2015-02-21 22:29:05 +00:00
ve.init.mw.ViewPageTarget.init.js Merge "mw.ViewPageTarget: Remove workaround for cascading defaultUserOptions" 2015-02-23 16:51:12 +00:00
ve.init.mw.ViewPageTarget.js mw.ViewPageTarget: Use CSS for toolbar transition 2015-02-23 19:25:58 +00:00