Popover2 backdrop animated appearance doesn't work #5873
Answered
by
adidahiya
sashaglobenko
asked this question in
Q&A
-
Environment
Code Sandboxhttps://codesandbox.io/s/blueprint-sandbox-forked-w6qej?file=/src/Popover2Example.tsx Steps to reproduce
Actual behaviorBackdrop appears without any animation like when open Dialog. Expected behaviorBackdrop appears with fade animation |
Beta Was this translation helpful? Give feedback.
Answered by
adidahiya
Aug 10, 2021
Replies: 1 comment
-
Are you trying to add a custom popover backdrop CSS transition?
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adidahiya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you trying to add a custom popover backdrop CSS transition?
.my-popover-backdrop.bp3-popover2-enter { ... }
(see CSSTransition docs)