Dennis Morello

Results 26 comments of Dennis Morello
trafficstars

> I've had the same issue and tried using 3.4.0, but am still getting the error. I was using Fade around Slide. I've tried removing Fade to see if that...

> I had the same issue with v3.7.0. > > ``` > > > > > > test1 > > test2 > > > > > > ``` Why are...

But why would you want to use nested animation components?

Could you please make a reproducible CodeSandbox example starting from [this](https://codesandbox.io/s/react-awesome-reveal-typescript-177uom?file=/src/App.tsx) template?

Would you mind creating a Codesandbox reproduction of the issue?

Hi, you can only play with the `fraction` prop listed [here](https://github.com/morellodev/react-awesome-reveal#props), because this is the way the Intersection Observer API works. Anyway, be sure to pass the props using the...

A new preview release is out, please upgrade to v4 beta by running: ```sh yarn add react-awesome-reveal@next @emotion/react ``` Please note that from version 4 the `@emotion/react` dependency must be...

Hi @TamoshaytisV, thank you for this idea 💡. React Awesome Reveal was born to efficiently handle animations on components entering and exiting the viewport, so it has a narrower scope...

Hi @rnosov and @MorganDbs, I am writing a similar library that uses a more modern approach, you can find it here: [React Awesome Reveal](https://github.com/dennismorello/react-awesome-reveal). It does not have all the...

Hey, you can look at [`react-awesome-reveal`](https://github.com/morellodev/react-awesome-reveal) for a modern alternative ✨