chore: improve animation of blurred overlay
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user