I'm trying to get ScrollTrigger to work as a React component that I can wrap other elements in to have them animate when they appear.   So if I have a bunch of components named <Box /> and I want them to reveal themselves when as they are scrolled in to view, I want to be able to wrap them in a <Reveal /> component that will do this — rather than rewriting the same code.   Is there a simple way to do this? Currently in my live example (not in the CodePen... I'm no