TylerBarnes / gatsby-plugin-transition-link

A link component for page transitions in gatsby
537 stars 70 forks source link

Implicit use of prefers-reduced-motion #205

Closed BarrBozzO closed 4 years ago

BarrBozzO commented 4 years ago

Some days ago spent hours trying to figure out what's wrong with transition animation. I think we should mention prefers-reduced-motion use in docs. Or at least console.warn about it in develop mode. I would also recommend to add config option to remove such check.

What do you think?

TylerBarnes commented 4 years ago

I like the idea of warning in the console in development mode 👍

Thanks for this idea

TylerBarnes commented 4 years ago

Published in gatsby-plugin-transition-link@1.19.1

BarrBozzO commented 4 years ago

@TylerBarnes Great!