Tween a value, say from 60 to 1.
While the tween is running, set animation speed to Sprite.Tween.value("tag")
.
You can also change frames directly:
Tween a value from 0 to (Sprite.animationFrameCount-1)
While the tween is running, set animation frame to Sprite.Tween.value("tag")