For the animations,
PHP Code:
temp.animation = this.createAnimation();
temp.animation.duration = 1;
temp.animation.transition = "moveoutleft";
Mostly for iPhone stuff, but it also works on v6 clients. It lets you easily fade in/out or move in/out GUI objects.