💫(frontend) add fadein animation on home

Elements' apparition felt quite harsh.
Add an animation to fade in content.
Used a pre-defined animation in panda configs.
This commit is contained in:
lebaudantoine
2024-11-17 00:04:01 +01:00
committed by aleb_the_flash
parent 0522696842
commit 4434f0265d

View File

@@ -31,6 +31,8 @@ const Columns = ({ children }: { children?: ReactNode }) => {
justifyContent: 'normal',
padding: '0 1rem',
width: 'calc(100%-2rem)',
opacity: 0,
animation: '.5s ease-in fade 0s forwards',
lg: {
flexDirection: 'row',
justifyContent: 'space-evenly',