Skip to content

Commit

Permalink
Change fast to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleve committed Jul 16, 2024
1 parent 847e484 commit 89c7535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ListableUI/Sources/ListAnimation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public struct ListAnimation {
}

public static let fast : Self = .init { animations in
UIView.animate(withDuration: 0.1, animations: animations)
UIView.animate(withDuration: 0.15, animations: animations)
}
}

0 comments on commit 89c7535

Please sign in to comment.