1
0
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:
2020-03-07 13:16:01 +09:00
parent adacd60426
commit cbecbdbb2c
2 changed files with 5 additions and 24 deletions

View File

@@ -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);