Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Fixed .then duration (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol authored Feb 28, 2019
1 parent 6320377 commit 7079eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChainableAnimations/UIViewAnimationExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public final class ChainableAnimation {
}

public func then(
withDuration: TimeInterval,
withDuration duration: TimeInterval,
delay: TimeInterval = 0,
options: UIView.AnimationOptions = [],
animations: @escaping () -> Void) -> ChainableAnimation
Expand Down

0 comments on commit 7079eb9

Please sign in to comment.