Anthony

Results 2 comments of Anthony

> Try add more Offset to your Component, like this: > > ``` > animateIn="animate__fadeInRight" > animateOnce > animatePreScroll > offset={50} // Default value is 150 > > > Test...

> Can you give more details about your problem? I just created a new project with create-react-app, and replace App.tsx returned content with ``` Some Text ``` That is all,...