Open isaac-manubag opened 3 years ago
Is there an option to animate out a component when its about to go out from the view port?
You can get some similar effect by setting on your gatsby config:
{ resolve: `gatsby-plugin-scroll-reveal`, options: { once: false }, },
Is there an option to animate out a component when its about to go out from the view port?