mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Previously, if a context group was not generating any animation (no calls to animator or non implemented method in the animator proxy), the completionHandler was not called. If the end value (frame, frameorigin, frameSize) was equal to the start value, the completionHandler was not called neither. This commit makes sure that the completionHandlerAgent counter is incremented by the count of animations that actually start.