Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a javascript library to produce the top message ribbon in stackoverflow? [closed]

These ribbon in stackoverflow and uservoice.com looks nice. is there any javascript library/jquery plugin for that effect?

like image 282
suhair Avatar asked Dec 02 '08 10:12

suhair


Video Answer


1 Answers

With some tuning, this is a valid equivalent, you receive notifications with fade-in/fade-out effect and it disappears automatically too:

http://projects.zoulcreations.com/jquery/growl/

It is based on the way it looks Growl in Mac: Growl is a notification system for Mac OS X: it allows applications that support Growl to send you notifications.

There is something similar for Mootools:

http://icebeat.bitacoras.com/mootools/growl/

like image 153
netadictos Avatar answered Nov 23 '22 06:11

netadictos