top | item 6236658

(no title)

aa0 | 12 years ago

Yes, render,reflow,timeouts,event handling, etc happens.. You might need to set a CSS property and then animate it. In this case you'll need to wait for a render in between the two steps

Also useful if you need to wait until after all event handlers are executed in the current context

discuss

order

lewispollard|12 years ago

Gotcha, thanks for the explanation!