You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to reproduce:
step 1. pane.hide()
step 2. pane.present({animate: false})
It seems that the pane will present with animate even i call present with animate: false.
Is this the correct behavior? Or how can i present a pane without animate when it's hidden?
thanks
The text was updated successfully, but these errors were encountered:
hi @roman-rr,
thanks for fast reply, i just want to make sure if this is a bug or there's other public method that i missed.
i will use other method instead of hide in my case. Thanks very much.
roman-rr
changed the title
[BUG] cannot present pane without animate if the pane is hidden
[FEAT] allow hide() to set animate prop
Jul 11, 2024
How to reproduce:
step 1. pane.hide()
step 2. pane.present({animate: false})
It seems that the pane will present with animate even i call present with animate: false.
Is this the correct behavior? Or how can i present a pane without animate when it's hidden?
thanks
The text was updated successfully, but these errors were encountered: