Hello all,
to find out the best easing mode for my GUI scene transitions, I made a small project to help me decide.
It animates the alpha value of a blue node using all available easing constants for gui.animate() (fades the node in and then out).
Maybe others can use this project too for playing around, so I thought I share it with you.
EDIT: found a small mistake, sorry! Also disabled input while the node is fading.
Here is the new version:
GUIAnimateAlpha.zip (31.0 KB)