We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb9dfaa + 0e4b41b commit e2c9a94Copy full SHA for e2c9a94
1 file changed
Sources/SwiftUIOverlayContainer/Container/QueueHandler.swift
@@ -125,7 +125,7 @@ extension ContainerQueueHandler {
125
var animation = Animation.disable
126
if flag {
127
animation = Animation.merge(
128
- containerAnimation: animation,
+ containerAnimation: self.animation,
129
viewAnimation: identifiableView.configuration.animation
130
)
131
}
0 commit comments