Quote:
Originally Posted by tallyho
I missed the presentation layer's opacity property ... that holds the current animated alpha value.
Cheers
|
I've never tried to read the "in flight" value of a view with an animation in progress. Can you post some sample code showing how to get those values?
Can you query the presentation layer while the animation is active?
If you could grab the transform for a rotate/translate/scale, it might even be possible to do hit testing of touches on a view that's mid-animation, which is something I didn't think was practical (For a crude hit test I would get the transform for the view, then apply that transform to the view's frame.)
Regards,
Duncan C
WareTo