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