slower animation on appear
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -117,7 +117,7 @@ struct EventDetailView: View {
|
|||||||
if ev.id == event.id {
|
if ev.id == event.id {
|
||||||
EventView(event: ev, highlight: .main, has_action_bar: true)
|
EventView(event: ev, highlight: .main, has_action_bar: true)
|
||||||
.onAppear() {
|
.onAppear() {
|
||||||
scroll_to_event(scroller: proxy, id: ev.id, delay: 0.3, animate: true)
|
scroll_to_event(scroller: proxy, id: ev.id, delay: 0.5, animate: true)
|
||||||
}
|
}
|
||||||
.onTapGesture {
|
.onTapGesture {
|
||||||
let any = any_collapsed(collapsed_events)
|
let any = any_collapsed(collapsed_events)
|
||||||
|
|||||||
Reference in New Issue
Block a user