10up / plugin-scaffold

DEPRECATED. Use https://github.com/10up/wp-scaffold

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefers-reduced-motion update

joesnellpdx opened this issue · comments

Per this comment on twitter:
https://twitter.com/scottjehl/status/1086287082031583232?s=11

.. we should change the style to be the following (more stable / reliable):
`@media (prefers-reduced-motion: reduce) {

*,
*::before,
*::after {
	animation-duration: 0.1s !important;
            transition-duration: 0.1s !important;
}

}`

Branch for issue updated / merged