mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
gritter: Improve animations
fix recently introduced bug by myself where all gritter were removed when first removed. Display container at the top
This commit is contained in:
parent
559a48221e
commit
9b60bb4d55
4 changed files with 41 additions and 51 deletions
|
@ -24,9 +24,7 @@ exports.saveNow = function(){
|
|||
// (string | mandatory) the text inside the notification
|
||||
text: _("pad.savedrevs.timeslider") || "You can view saved revisions in the timeslider",
|
||||
// (bool | optional) if you want it to fade out on its own or just sit there
|
||||
sticky: false,
|
||||
// (int | optional) the time you want it to be alive for before fading out
|
||||
time: '2000'
|
||||
sticky: false
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue