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