Is the item you are cloning already visible?  If so, there is nothing for
'slideDown' to do.  After you clone, but before you append, make it so that
it is not visible (by whatever means is most appropriate), and see if that
solves the problem.

On Mon, Jan 18, 2010 at 3:28 PM, Andy789 <e...@abcstudio.com.au> wrote:

> Hi All,
>
> I am trying to clone an element and add it with some animation efects.
> something like
>
> $item.clone(true).appendTo($list).slideDown("slow");
>
> It adds an element correctly, but I cannot get any effects working
> (tried fadeIn etc).
>
> What am i doing wrong?
>
> Thanks
>



-- 
John Arrowwood
John (at) Irie (dash) Inc (dot) com
John (at) Arrowwood Photography (dot) com
John (at) Hanlons Razor (dot) com
--
http://www.irie-inc.com/
http://arrowwood.blogspot.com/

Reply via email to