i have a tween function which fades in a display object over time.
when i set my tween duration to 0 nothing happens. isn't the tween suppose to animate in 0 seconds (or frames) to emulate no animation at all?
new Tween(this, "alpha", None.easeOut, 0.0, 1.0, 0, true);