mediawiki-extensions-Visual.../modules/ve-mw/init/targets
Timo Tijhof 60e5ac0902 mw.ViewPageTarget: Remove JS animations from transformPage()
Follows-up 62c1d64ad0.

* Remove '.mw-indicators' animation for opacity. Was a left-over from other
  elements previously stripped in 62c1d64ad0.

* '#siteNotice' no longer slides. It's hidden at the same time as '#contentSub',
  '#toc', and other elements. This is an annoying jump, and we should find a
  way to do it consistently and in a performant manner.

* Fix state classes added in 62c1d64ad0. During deactivation, the ve-active
  class was kept for too long. This created a temporary state in which ve-active
  *and* ve-deactivating were applied. This was harmless as nothing ises the
  've-deactivating' class yet.

* Leaving toolbar as-is for another commit.

Bug: T89543
Change-Id: Ide49f93c45a12f2c13eb4412a9a16a82fefeb43e
2015-02-23 09:08:21 +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 mw.ViewPageTarget.init: Add missing 'return target' 2015-02-23 08:51:20 +00:00
ve.init.mw.ViewPageTarget.js mw.ViewPageTarget: Remove JS animations from transformPage() 2015-02-23 09:08:21 +00:00