chore: improve animation of blurred overlay

This commit is contained in:
Mahyar Khanbolooki
2025-07-12 23:09:22 +03:30
parent 3ac533956e
commit 817af6e2e0
6 changed files with 67 additions and 40 deletions
@@ -9,7 +9,7 @@ type Props = {
const AnimatedBottomSheet = (props: Props) => {
return (
<BlurredOverlayContainer {...props} changeDelay="150">
<BlurredOverlayContainer {...props} inDelay={150}>
<div
data-visible={props.visible}
className={clsx(