You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'}}});
Hi,
Using the Animate module and setting the stack modal to true does not remove the overlay after the notice is closed.
Check the demo at https://codesandbox.io/s/pnotify-in-angular-3ke47
The text was updated successfully, but these errors were encountered: