Is there a way to make a similar effect to Motion Tween in Flash?
<font size="6">See Flash Tween in Action</font>
For that example this is what I did:
//Not visible
Frame 1 (scale 0%, opacity 0%)
//Visible
Frame 10(scale 75%, opacity 75%)
//Zooming slowly
Frame 30 (scale 100%, opacity 100%)
End of animation, not visible
Frame 35 (scale 0%, opacity 0%)