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

Auto Hide Time Out to set globally for all notifications #119

Open
mtfz opened this issue Jul 17, 2018 · 1 comment
Open

Auto Hide Time Out to set globally for all notifications #119

mtfz opened this issue Jul 17, 2018 · 1 comment

Comments

@mtfz
Copy link

mtfz commented Jul 17, 2018

I need to set default time out to 15 seconds for hiding the notifications. I've already implemented a lot of triggers and notification in my application, so changing each notification for time out delay is very difficult now.

Look forward to prompt and favorable reply.

@monsterbrain
Copy link

monsterbrain commented Jul 24, 2018

You can do that by setting the global defaults.

$.notify.defaults({ autoHideDelay: 15000 }); //in milliseconds

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