Hi there,
Forgive me if this has been addressed before, couldn't find anything.
I am animating a content bar that that has children absolutely positioned outside it (via negative margins). The idea is that the children will animate with the bar as it expands.
What happens is as soon as the animation starts the children disappear, and then reappear when the animation is complete. It's as if the animation need to complete before the browser knows where to put the children.
I have uploaded a really simple example here, all scripts included on page: http://www.ismailshallis.com/jdemo/
What is actually happening? What are my options to work around this?
Many thanks in advance,
Belinda