mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-18 12:11:52 +03:00
Spread the timing function
This commit is contained in:
parent
d6575037eb
commit
e9e664d871
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ button.carousel-dot[disabled].active {
|
||||||
padding-right: max(16px, env(safe-area-inset-right));
|
padding-right: max(16px, env(safe-area-inset-right));
|
||||||
padding-bottom: max(16px, env(safe-area-inset-bottom));
|
padding-bottom: max(16px, env(safe-area-inset-bottom));
|
||||||
box-shadow: 0 -1px 32px var(--divider-color);
|
box-shadow: 0 -1px 32px var(--divider-color);
|
||||||
animation: slide-up 0.2s ease-out;
|
animation: slide-up 0.2s var(--timing-function);
|
||||||
border: 1px solid var(--outline-color);
|
border: 1px solid var(--outline-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue