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

Use inconsistencies when using inside react-modal. #353

Open
oscar-gallog opened this issue Jul 14, 2021 · 0 comments
Open

Use inconsistencies when using inside react-modal. #353

oscar-gallog opened this issue Jul 14, 2021 · 0 comments

Comments

@oscar-gallog
Copy link

I'm using WOW inside react-modal and the behavior is pretty erratic, sometimes it works, sometimes it doesn't but I found this, when it doesn't work the styles are applied like this:

  visibility: hidden;
  animation-duration: 1s;
  animation-delay: 200ms;
  animation-name: none;

and when it works the style looks like this:

    visibility: visible;
    animation-duration: 1s;
    animation-delay: 200ms;
    animation-name: fadeInUp;

Anybody having this issue?. I'm calling the exact same component on both cases, and I'm using this line, but it changes nothing:

.wow {
  visibility: hidden;
}

Here is a GIF showing what's happening:
dead

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

1 participant