I have simple object(AnimateTopDown) which animates up-down continuously , and i have several AnimateTopDown objects which animates but there is no sync between all objects animation. In general how to maintain sync between objects? Is there is any way to sync between separate animation blocks?
p.s. I am using UIViewAnimation interface for animating objects.
//mSyncTime can be shared/global variable
And before starting animation I have set the delay to the setAnimationDelay API…
It worked for me… The hack is we have to maintain a standard time and before starting any animation we need to sync our animation to that reference time.