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

Modal overlay is not removed when using Animate module #365

Open
aasiph opened this issue Aug 26, 2019 · 0 comments
Open

Modal overlay is not removed when using Animate module #365

aasiph opened this issue Aug 26, 2019 · 0 comments

Comments

@aasiph
Copy link

aasiph commented Aug 26, 2019

Hi,
Using the Animate module and setting the stack modal to true does not remove the overlay after the notice is closed.

PNotify.info({
      title: "Button Clicked",
      text:
        "You have clicked the button. You may now complete the process of reading the notice.",
      stack: {'dir1': 'down', 'firstpos1': 10, 'modal': true},
      modules: {
        Animate: {
            animate: true,
            inClass: 'zoomInLeft',
            outClass: 'zoomOutRight'
        }
      }
    });

Check the demo at https://codesandbox.io/s/pnotify-in-angular-3ke47

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

Successfully merging a pull request may close this issue.

1 participant