mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Fix button animation
This commit is contained in:
parent
32e98b6410
commit
859efb2dbe
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user