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

Commit

Permalink
fixed animation method calls
Browse files Browse the repository at this point in the history
  • Loading branch information
anho committed Oct 12, 2018
1 parent bf1556e commit b664e6e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ class ReachabilityViewController: UIViewController {
yPosition: finalY,
alpha: finalAlpha)
case .slideInOut:
fadeInOut(state,
slideInOut(state,
delay: delay,
duration: animationDuration,
yPosition: finalY,
alpha: finalAlpha)
case .slideAndFadeInOut:
fadeInOut(state,
slideAndFadeInOut(state,
delay: delay,
duration: animationDuration,
yPosition: finalY,
Expand Down

0 comments on commit b664e6e

Please sign in to comment.