solublestudio / gatsby-plugin-scroll-reveal

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

sal animations don't work alongside react-window #2

Closed smoke-indica closed 4 years ago

smoke-indica commented 4 years ago

When I use this plugin alongside react-window, elements stop rendering and the solution appears to be to disable animations.

Great plugin by the way 👍

solubletech commented 4 years ago

Oh! Sorry for the late response. This plugin checks all data-sal attributes on page load. In react-window items are rendered later, but sure you can find a callback on each row appear in react-window to add a class with the right transition! :)