Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with react-router Link and delay with cascade #25

Closed
matanol opened this issue May 8, 2020 · 2 comments
Closed

Problem with react-router Link and delay with cascade #25

matanol opened this issue May 8, 2020 · 2 comments

Comments

@matanol
Copy link

matanol commented May 8, 2020

Hi,

First thank you for the library! great work!
It was excaclty what I've been looking for :)

#1
I've got an issue when browsing through pages with react-router "Link", for example, I'm using Fade, and the components should not be visible at the beggining but when moving into another page for a split seconds they are shown and then the animation starts.

I've managed to solve it by adding "opacity: 0" to it's all children and another fade animation to wrap them and get it back to "opacity: 1".

#2
It seems like when 'cascade' is active, 'delay' won't work.

Maybe i'm doing something wrong? any way hope you'll get look into that :)

@morellodev
Copy link
Owner

Hi @mattyusdev,

this could be related to #26, so after having fixed that I will take a look at this.

Cheers

@morellodev
Copy link
Owner

I'm closing this with the release of version 3 beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants