Hi,
Is this possible to make animated the allocation for a new Main.panel._leftBox child?
I have a button to be added with:
Main.panel.addToStatusArea(this._id, this, -1, 'left');
If this button does fit in leftBox’s remaining space, that’s ok.
If this needs the other buttons in leftBox (that has a fixed max width Main.panel.width / 2) to be width-lowered, they are width-lowered but their new reduced widths are set without animation/transition.
So is there a trick to make these width reductions animated to make some place for the new button (increasing width animated for this one, of course)?