From ecace165c18da3e55c7bba759f5bc89503b7da86 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 6 Aug 2008 08:51:28 +0100 Subject: rework feed dialog layouts --- functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index ffc0168bc..17aaa238f 100644 --- a/functions.js +++ b/functions.js @@ -1171,9 +1171,9 @@ function appearBlockElement_afh(effect) { function checkboxToggleElement(elem, id) { if (elem.checked) { - Effect.SlideDown(id, {duration : 0.5}); + Effect.Appear(id, {duration : 0.5}); } else { - Effect.SlideUp(id, {duration : 0.5}); + Effect.Fade(id, {duration : 0.5}); } } -- cgit v1.2.3-54-g00ecf