Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Prefers-reduced-motion update #74

Closed
joesnellpdx opened this issue Jan 18, 2019 · 1 comment
Closed

Prefers-reduced-motion update #74

joesnellpdx opened this issue Jan 18, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@joesnellpdx
Copy link
Collaborator

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;
}

}`

@joesnellpdx joesnellpdx added the enhancement New feature or request label Jan 18, 2019
@joesnellpdx joesnellpdx self-assigned this Jan 18, 2019
joesnellpdx added a commit that referenced this issue Jan 22, 2019
#74 change to animation and transition duration for better reliability
@joesnellpdx
Copy link
Collaborator Author

Branch for issue updated / merged

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant