This plugin will animate layout direction change in container.
GDScrpit version is at GramineaGroup/animated_box_container_gdscript
**Important Notes: ** Please compile and reload the project first after enabling this plugin or before exporting the projecrt. We use hacks to bypass an C# plugin initization error in Godot.
Please submit any issues you found. Contribution and suggestions are warmly welcomed.
It is recommended not to use Fill
size flag for both vertical and horizontal directions for children under Animated Box Container
. Using it will have incorrect animation set for all children, causing unexpected behaviors.
Using Animated Box Container
together with Animated Panel Container is recommended as we have a special variable in Animated Panel Container
for Animated Box Container
to know the final size of any Animated Panel Container
children.