Results 4 comments of sbtly

Right now, if I set threshold to 0, `onLeaveViewport` fires when target fully exits.(like I wanted) But `onEnterViewport` fires when target is partially visible.(not what I want) If I set...

Thank you for the comment. Do you plan on supporting this function? I'm really, desperate to use this library 😢 It could work with passing threshold array or intersectionRatio like...

I also want to use GSAP ScrollTrigger with pin: true option with this library.

In that case, 'AnimatePresence' component from `framer-motion` can be used with react-router! It prevents component from unmount until transition is finished. [https://codesandbox.io/embed/react-pose-route-transitions-with-reach-router-76mf0](url) I'm not pushing you or anything, I just...