Skip to content

Commit

Permalink
This shouldn't be here in the first place
Browse files Browse the repository at this point in the history
  • Loading branch information
kentnguyen committed Aug 25, 2012
1 parent 80d6f54 commit 60cec56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/UIViewController+KNSemiModal.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ -(CAAnimationGroup*)animationGroupForward:(BOOL)_forward {
animation2.duration = animation.duration;
animation2.fillMode = kCAFillModeForwards;
animation2.removedOnCompletion = NO;
[animation2 setTimingFunction:[CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionEaseIn]];

CAAnimationGroup *group = [CAAnimationGroup animation];
group.fillMode = kCAFillModeForwards;
Expand Down

0 comments on commit 60cec56

Please sign in to comment.