I have several a tweens (specifically, TweenTransforms) with 0 duration (these used to have positive durations, but I'm testing something). I noticed that when the zero-duration tweens are played using UIPlayTween, they don't seem to shift out of playing mode on their own (even though they're set to PlayStyle = Once). In UIPlayTween, I had to set "If already playing" to "Restart" in order to use them multiple times.
Is that expected? Is setting a tween's duration to 0 considered valid?
BTW, I'm not sure how to verify the version of NGUI I'm running, though it's only a week or two old.
Thanks,
Jeff