diff --git a/Sources/SwiftUIOverlayContainer/Container/QueueHandler.swift b/Sources/SwiftUIOverlayContainer/Container/QueueHandler.swift index 560e94d..3e0e00e 100644 --- a/Sources/SwiftUIOverlayContainer/Container/QueueHandler.swift +++ b/Sources/SwiftUIOverlayContainer/Container/QueueHandler.swift @@ -125,7 +125,7 @@ extension ContainerQueueHandler { var animation = Animation.disable if flag { animation = Animation.merge( - containerAnimation: animation, + containerAnimation: self.animation, viewAnimation: identifiableView.configuration.animation ) }