Square notification

Beautiful notifications, very easy to set up. Full sources, pure js, no frameworks, nice code.
i did a good job on it, hope you like it :smiley:

notify.PNG

Content:

  • Notification log. (You can clear your notification log)
  • The timer is displayed on the icon. In the configs you can change which direction to move.
  • Trigger can ignore a message in the log if it is useless information.
  • You can change or add icons as you like.
  • The log will show icons. Color title will be the one you send set trigger.
  • Change notification color.
  • Multiple animations, just send the animation title to the trigger.
  • In the trigger, you can specify the notification time, for each.
  • Notification cache, if there are too many notifications, they wait until the old ones disappear. Then it will appear automatically.
  • Dynamic message block size.
  • setup

tebex :mascot:

-- Trigger example:
TriggerEvent("notify:history"); -- open log
-- send notify
-- Trigger, action, Title,Text,icon, color, animation, lifeTime(sec), save in log
TriggerEvent("notify:action", "notify", "Phone", "new mesesage (7)", "bell", "rgb(65, 105, 225)", "slide", 10, true);
TriggerEvent("notify:action", "notify", "Twitter", "@twentythree: new release notify, look now.", "twitter", "#00acee", "zoom", 15, false);
2 Likes