=== Admin View Transitions Off ===
Contributors: makotosuzuki
Tags: admin, dashboard, view transitions, motion, accessibility
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 0.01
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Disables the WordPress admin View Transitions effect introduced in WordPress 7.0.

== Description ==

Admin View Transitions Off disables the default WordPress admin screen transition effect introduced in WordPress 7.0.

WordPress 7.0 enqueues a core admin stylesheet with the `wp-view-transitions-admin` handle. This plugin removes that enqueue callback and also dequeues the style as a fallback.

There are no settings. Activate the plugin to disable the effect. Deactivate it to restore the default WordPress behavior.

== Installation ==

1. Upload the `admin-view-transitions-off` folder to `/wp-content/plugins/`.
2. Activate "Admin View Transitions Off" from the Plugins screen.
3. Reload the WordPress admin screen.

== Frequently Asked Questions ==

= Does this edit WordPress core files? =

No. It only uses WordPress hooks.

= Does this affect the public site? =

No. It only runs in the WordPress admin area.

= Can I turn the effect back on? =

Yes. Deactivate the plugin.

== Changelog ==

= 0.01 =
* Initial release.
