here is one way to create delay setTimeout(function() { // do function after 0.5 seconds }, 500);
On Tue, May 12, 2009 at 9:32 PM, waseem sabjee <waseemsab...@gmail.com>wrote: > Hi. What type of animation will you be making ? I could help :) > > > On Tue, May 12, 2009 at 9:30 PM, kgosser <kgos...@gmail.com> wrote: > >> >> Hey all, >> >> I'm trying to do some animation designs. Basically where I'm stuck is >> I have a bunch of things I want to do, but not until the duration of >> the switchClass method is complete. Looking at the UI documentation >> site, there doesn't appear to be a callback ability. >> >> Anyone have any tips on how I can make a callback on the switchClass? >> Thanks. > > >