Skip to content

Commit 125eee9

Browse files
committed
Update package
1 parent 81baef3 commit 125eee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Intermodular/Helpers/SwiftUI/withAnimation+.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public func withoutAnimation(_ flag: Bool = true, _ body: () -> ()) {
5151
}
5252

5353
public func withAnimation(
54-
_ animation: Animation = .default,
54+
_ animation: Animation? = .default,
5555
after delay: DispatchTimeInterval?,
5656
body: @escaping () -> Void
5757
) {

0 commit comments

Comments
 (0)