How to: staggered scroll reveal with Webflow

It should work, but you’d probably need to modify the CSS a little bit because of the different DOM structure.

For example (modify to your classnames etc):

<style>
  .fade-in-up .collection-item:nth-child( 2 ) img { transition-delay: .1s }
</style>