From 7b22ff39e72cef868fb82b5c3e4ffc5072f03c95 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 18 Sep 2009 06:35:01 +0000 Subject: [PATCH] - Fancy new show effect... this one makes it much more visible. --- sfiab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfiab.js b/sfiab.js index 2d1434e..04c7bbb 100644 --- a/sfiab.js +++ b/sfiab.js @@ -51,7 +51,7 @@ function notice_create(type,str,timeout) { _notice_id++; $("#notice_area").append("
"+str+"
"); - $("#notice_"+_notice_id).effect('bounce'); + $("#notice_"+_notice_id).show('puff'); $("#notice_"+_notice_id).fadeTo('fast', 0.85); setTimeout("notice_delete("+_notice_id+")", timeout); }