Here you go: http://mooshell.net/LNYg3/


On 27 Nov 2009, at 19:38, Todd wrote:

> I can fade in a div easily enough using the code below but the problem
> is I need more control. Specifically I need to set a delay before the
> fade effect starts and a duration for the transition but I can't get
> it working. Am I going about this the wrong way? Any help is
> appreciated.
> 
> Thanks
> 
> window.addEvent('domready',function()
> {
>  $('some_div').fade([0,1]);
> });

Reply via email to