mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
feat: add layout transition
This commit is contained in:
@@ -17,3 +17,14 @@ export const rotate = keyframes({
|
||||
transform: 'rotate(360deg)',
|
||||
},
|
||||
});
|
||||
|
||||
export const fadeInScale = keyframes({
|
||||
from: {
|
||||
opacity: 0,
|
||||
transform: 'scale(0.95)',
|
||||
},
|
||||
to: {
|
||||
opacity: 1,
|
||||
transform: 'scale(1)',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user