mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
feat: add create link form
This commit is contained in:
@@ -8,3 +8,12 @@ export const fadeIn = keyframes({
|
||||
opacity: 1,
|
||||
},
|
||||
});
|
||||
|
||||
export const rotate = keyframes({
|
||||
to: {
|
||||
transform: 'rotate(0deg)',
|
||||
},
|
||||
from: {
|
||||
transform: 'rotate(360deg)',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user