Since you're using view states, consider using transitions instead of effects.
-TH --- In [email protected], "faserone" <faser...@...> wrote: > > I can't find any way to apply a resize effect when I expand a Panel > inside a DividedBox. > I tried using transition and applying a resize effect directly to > Panel resizeEffect, but without any effective result. In some cases > the behaviour is weird and I presume the cause could be that the > effect doesn't work well when using percentage dimension. > > Here is my test code: > http://www.faser.net/public/tmp/flextest/testtrans.html > > Anyway, do you think it's better to use transition or I can continue > to try to use the Panel resizeEffect event? >

