forked from science-ation/science-ation
- Fancy new show effect... this one makes it much more visible.
This commit is contained in:
parent
35ac906671
commit
7b22ff39e7
2
sfiab.js
2
sfiab.js
@ -51,7 +51,7 @@ function notice_create(type,str,timeout)
|
||||
{
|
||||
_notice_id++;
|
||||
$("#notice_area").append("<div id=\"notice_"+_notice_id+"\" class=\"notice "+type+"\" >"+str+"</div>");
|
||||
$("#notice_"+_notice_id).effect('bounce');
|
||||
$("#notice_"+_notice_id).show('puff');
|
||||
$("#notice_"+_notice_id).fadeTo('fast', 0.85);
|
||||
setTimeout("notice_delete("+_notice_id+")", timeout);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user