Xen Notices [Deleted]

A story in three parts.

Big Brother Lol GIF by MOODMAN
 
Good ol' Gritter notifications.

Code:
https://github.com/jboesch/Gritter
https://codepen.io/windyvu/pen/mEZKoZ
https://www.jqueryscript.net/demo/Classic-Growl-like-Notification-Plugin-For-jQuery-Gritter/#google_vignette


Add regular notification: Fades out after a certain amount of time, can be set for each notification.
Add sticky notification: Doesn't run on a fade timer. Just sits there until the user manually removes it by clicking on the (X).
Add notification without image
Add a white notification: has a 'gritter-light' class_name applied to it.
Add notification (with callbacks)
Add a sticky notification (with callbacks)
Add notification with max of 3: If there are 3 messages already on screen, it won't show another one.
Remove all notifications
Remove all notifications (with callbacks)

The 3rd URL has all the "gritter" demos mentioned above.

This was a great addon back in the day.

The "sticky" notice would be kinda cool. Not sure I'd seen that one before.

1732816315303.webp

It's sticky because you have to click the [x] to dismiss it.
 
Back
Top Bottom