mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 18:08:11 +09:00
chore: new animation
This commit is contained in:
@@ -4,7 +4,7 @@ export const mobile = '@media screen and (max-width: 800px)';
|
||||
|
||||
export const slideUp = keyframes`
|
||||
from {
|
||||
transform: translateY(100%);
|
||||
transform: translateY(150%) skewY(10deg);
|
||||
}
|
||||
to {
|
||||
transform: translateY(0);
|
||||
|
Reference in New Issue
Block a user