kitze / react-genie

A set of React components for animating elements as they scroll into the viewport
https://codesandbox.io/s/react-genie-example-8xfsc
MIT License
745 stars 20 forks source link

Add <GlobalConfig/> override #10

Open kitze opened 4 years ago

kitze commented 4 years ago

This will be useful in a lot of scenarios.

For example the user can wrap their app with

<GlobalConfig delay={isMobile ? 0: 200}>
  <App/>
</GlobalConfig/>

to force disable animations on mobile.