mediawiki-extensions-Visual.../modules/ve-mw/init
Timo Tijhof ad2fdfb66b ve.init.mw.ViewPageTarget: Actually animate the toolbar during setup
There was a slideDown() call, but this didn't do anything since
toolbars are visible and in the DOM by default.

As a temporary hack, hide it synchronously after creation and
then do the slideDown still.

This could ever so briefly cause a flash, though that didn't
happen in my testing.

This makes the experience smoother when we initialise the surface.
In particular the moment where we swap #bodyContent for our Surface
(which should look visually almost identical), before this change
it was still a bit of a flash since the Surface version has a
toolbar on top, and thus instead of swapping smoothly, we hide
content and show a similar piece of content that has an incompatible
offset from the top.

Bug: 64751
Change-Id: Id94974ba71fd887ce494d7b2b16ec62d43b18575
2014-05-06 02:43:37 +00:00
..
styles mw.ViewPageTarget: Move .mw-body-content down to .ve-ce-surface 2014-04-30 21:09:54 +00:00
targets ve.init.mw.ViewPageTarget: Actually animate the toolbar during setup 2014-05-06 02:43:37 +00:00
ve.init.mw.js Bump copyright like it's 2014 2014-01-05 20:06:50 +08:00
ve.init.mw.LinkCache.js Display links to nonexistent pages as red 2014-03-20 02:42:33 +00:00
ve.init.mw.Platform.js Display links to nonexistent pages as red 2014-03-20 02:42:33 +00:00
ve.init.mw.Target.js ve.init.mw.ViewPageTarget: Actually animate the toolbar during setup 2014-05-06 02:43:37 +00:00
ve.init.mw.TargetEvents.js Fix copyright year range for fourteen files not updated to 2011-2014 2014-03-24 18:36:51 -07:00