palantir/blueprint
Vedi su GitHubDefault overlay leave transition does not fade content nicely
Open
#4923 aperta il 21 set 2021
P3Package: coreType: enhancementhelp wanted
Metriche repository
- Star
- (20.263 star)
- Metriche merge PR
- (Merge medio 43g 10h) (27 PR mergiate in 30 g)
Descrizione
Environment
- Package version(s): 3.49.1
Code Sandbox
Link to a minimal repro https://codesandbox.io/s/blueprint-overlay-ktx4f?file=/src/index.tsx
Steps to reproduce
- Open overlay with button
- click outside overlay to close it
- the backdrop fades but the card hangs for a second and then disappears in a very clunky transition
Expected behavior
The default transition should match the fade of the backdrop so that it looks nice. The docs use a custom transition. It would be nice to cleanup the default transition and use that instead.