Simultaneous animation properties

zetadan

Member
Licensed User
Longtime User
I am currently looking at Erel's animation tutorial and trying to use it as an example for an app idea. What I would like to do is to use scale and translation properties simultaneously such that a view moves and changes size smoothly. Is this possible?

I have used a timer to change the image during the animation with some success, but I want to do more.

Dan
 

barx

Well-Known Member
Licensed User
Longtime User
To achieve this you need the Animation Set object, which is currently only available with Informatix' Animation Plus V2.x. The library is available on the forum as donation ware.
 
Upvote 0
Top