Skip to content

Commit

Permalink
Updated sample codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
devedbox committed Apr 4, 2017
1 parent 9867208 commit a39dbf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AXAnimationChain/AnimationConvertableViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ - (IBAction)extends:(UIButton *)sender {
decay.deceleration = 0.998;
decay.removedOnCompletion = NO;
decay.fillMode = kCAFillModeForwards;
NSLog(@"setting duration: %@", @(decay.settlingDuration));
// decay.timingFunction = [CAMediaTimingFunction easeInQuad];

[_keyframeTransitionView.layer addAnimation:decay forKey:@"position"];
Expand Down

0 comments on commit a39dbf5

Please sign in to comment.