We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184f33f commit ea4b985Copy full SHA for ea4b985
1 file changed
Sources/KIF/Additions/CALayer-KIFAdditions.m
@@ -60,7 +60,7 @@ - (BOOL)hasAnimations
60
if (!animationDidStopSent) {
61
result = YES;
62
}
63
- } else if (currentTime > completionTime) {
+ } else if (currentTime < completionTime) {
64
// Otherwise, use the completion time to determine if the animation has been completed.
65
// This doesn't seem to always be exactly right however.
66
0 commit comments