mirror of
https://github.com/seigler/aurebesh
synced 2025-07-26 01:06:12 +00:00
ease drawer in and out
This commit is contained in:
parent
be41bda281
commit
8c37113518
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default function Drawer({ children }: DrawerProps) {
|
||||||
}}
|
}}
|
||||||
class="drawer-handle"
|
class="drawer-handle"
|
||||||
>
|
>
|
||||||
{isOpen.value ? "Reference 🞃" : "Reference 🞁"}
|
{isOpen.value ? "Close Reference" : "Open Reference"}
|
||||||
</button>
|
</button>
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -319,6 +319,7 @@ footer {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
transform: translateY(100%);
|
transform: translateY(100%);
|
||||||
|
transition: transform ease 0.2s;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue