diff --git a/Shared/Player/Video Details/VideoDetails.swift b/Shared/Player/Video Details/VideoDetails.swift index cbeeff04..d328d052 100644 --- a/Shared/Player/Video Details/VideoDetails.swift +++ b/Shared/Player/Video Details/VideoDetails.swift @@ -118,6 +118,7 @@ struct VideoDetails: View { .frame(width: 200, alignment: .leading) .transaction { t in t.animation = nil } } + .animation(nil, value: descriptionVisibility) .modifier(SettingsPickerModifier()) .offset(x: 15, y: 5) .opacity(descriptionVisibility ? 1 : 0)