I am trying to write a custom container that can be handed a child component, 
add it to the display list, and animate its own height from 0 to the height of 
the child component so as to reveal it.

Problem is, what do i set as the resize effect's heightTo value? I am trying to 
call validateSize() on the child component before initializing and running the 
resize effect from 0 to the child component's getExplicitOrMesuredHeight() 
value but it is not working.

What am I doing wrong?

Reply via email to