views:

35

answers:

1

Timespace problem: You make a big hierarchy of views, and give every layer a different speed value. Now all the Timespaces are messed up. At the bottom of the hierarchy you don't know what kind of time distortion you have. -10%? -90%? +50%?

UIKit somehow has to calculate the speed in the hierarchy when animating. So I wonder if there's a method to grab this calculated speed value?

Sure, I could try to walk up through the hierarchy and multiplicate all the speed's that are around. But maybe there's an easier way.

A: 

The Animation Types and Timing Programming Guide may be useful to you.

jtbandes
I'm reading it, but I didn't find the answer to the question there in the timespace section.
Thanks