1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 18:08:11 +09:00

fix: animation

This commit is contained in:
2020-03-08 11:44:34 +09:00
parent cbecbdbb2c
commit 0a23b9adb3
2 changed files with 3 additions and 4 deletions

View File

@@ -7,6 +7,6 @@ from {
transform: translateY(150%) skewY(10deg);
}
to {
transform: translateY(0);
transform: translateY(0) skewY(0);
}
`;