solublestudio / gatsby-plugin-scroll-reveal

✨ Gatsby plugin to animate your DOM elements on scroll
MIT License
48 stars 12 forks source link

animate out? #14

Open isaac-manubag opened 3 years ago

isaac-manubag commented 3 years ago

Is there an option to animate out a component when its about to go out from the view port?

ImPhoenixDev commented 3 years ago

You can get some similar effect by setting on your gatsby config:

 {
      resolve: `gatsby-plugin-scroll-reveal`, 
      options: { once: false },
    },