BottomSheet: improve hero animation
This commit is contained in:
parent
71434e5293
commit
15e2bf3304
5 changed files with 11 additions and 9 deletions
|
@ -44,7 +44,7 @@ const Img: Component<ImgProps> = (props) => {
|
|||
object-position: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
visibility: ${isBlurEnabled() ? "hidden" : "visible"};
|
||||
visibility: ${isBlurEnabled() ? "hidden" : "initial"};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue