1000ship / react-scroll-motion

🎞 Easy to make scroll animation
https://1000ship.github.io/react-scroll-motion
MIT License
422 stars 47 forks source link

Potential typo? #45

Closed zakjanzi closed 1 year ago

zakjanzi commented 1 year ago
<ScrollContainer snap="mandatory">
  <ScrollPage>
    <Animator animation={batch(Fade(), Sticky(), MoveOut(0, -200))}>
      <MediumText>Let't me show you scroll animation 😀</MediumText>
    </Animator>
  </ScrollPage>
<ScrollContainer>

This snippet was copied from the markup example here

Should the last <ScrollContainer> tag be </ScrollContainer> instead?

1000ship commented 1 year ago

Oh, it's my mistake. Thanks for letting me know. I'll fix it