some notification tweaks.

This commit is contained in:
kay.one 2011-12-03 16:01:00 -08:00
commit 4486238c4c
2 changed files with 81 additions and 65 deletions

View file

@ -4,7 +4,7 @@
$.extend($.gritter.options, {
fade_in_speed: 'medium', // how fast notifications fade in (string or int)
fade_out_speed: 'medium', // how fast the notices fade out
time: 3000, // hang on the screen for...
time: 4000, // hang on the screen for...
sticky: false
});