I want a page transaction effect like : old page fade out and new page fade in. I am not sure how to do it and I need your help. If you have experiences on this field, please tell me.
Thanks.
I want a page transaction effect like : old page fade out and new page fade in. I am not sure how to do it and I need your help. If you have experiences on this field, please tell me.
Thanks.
Copyright © 2021 Jogjafile Inc.
This is a little complicated for begineers , you will need fadeInPage and fadeOutPage class , and you need to build a custom prop , to make delay before transition and maintain a context state to change to toggle fadeInPage and fadeOutPage class , make sure to maintain the seconds in React component and css same
App.js
There is a lot of code , so ref this repo for good understanding