Chaining Animations (iPhone / MonoTouch)

Posted by ifwdev on Stack Overflow See other posts from Stack Overflow or by ifwdev
Published on 2010-05-21T20:48:34Z Indexed on 2010/05/21 20:50 UTC
Read the original article Hit count: 137

Filed under:
|
|

I'm trying to slide some (custom) tab-like buttons into view. I don't want them all to move at the same time. Also, they shouldn't move one at at time (where one slides after the other finishes).

I want each button to begin sliding slightly after the previous. Preferably it would happen on a curve but just a fixed .1 second offset would be alright too.

Monotouch or Obj-C code is fine. I'm thinking there is something in the APIs for animating groups of items like this. Hopefully, at least...

© Stack Overflow or respective owner

Related posts about iphone

Related posts about monotouch