As I delve into more advanced topics in my journey of learning React and Front Web Dev, I discovered the ReactCSSTransitionGroup
but learned that it is no longer maintained so we now use CSSTransitionGroup
.
I decided to create a small side project to experiment with new techniques. I successfully implemented a slide transition between two pages.
Now, my goal is to enhance this by creating a book-like page transition where the current page deforms to reveal the next one.
I have been searching for a solution, considering options like WebGL or plain CSS3 Transitions, but I feel overwhelmed and lost.
If someone could not only provide code snippets but also explain the approach to achieve this transition, I would greatly appreciate it.