public interface CAAnimationDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
animationDidStart(CAAnimation anim)
Called when the animation begins its active duration.
|
default void |
animationDidStopFinished(CAAnimation anim,
boolean flag)
Called when the animation either completes its active duration or
is removed from the object it is attached to (i.e.
|
default void animationDidStart(CAAnimation anim)
default void animationDidStopFinished(CAAnimation anim, boolean flag)