Called when the animation begins its active duration.
Original signature is '- (void)animationDidStart:(CAAnimation *)theAnimation'
Available in Mac OS X v10.5 and later.
| C# | Visual Basic | Visual C++ |
public void AnimationDidStartMessage( CAAnimation theAnimation )
Public Sub AnimationDidStartMessage ( _ theAnimation As CAAnimation _ )
public: void AnimationDidStartMessage( CAAnimation^ theAnimation )
- theAnimation (CAAnimation)
- The CAAnimation instance that started animating.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)