💫(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:
committed by
aleb_the_flash
parent
0522696842
commit
4434f0265d
@@ -31,6 +31,8 @@ const Columns = ({ children }: { children?: ReactNode }) => {
|
|||||||
justifyContent: 'normal',
|
justifyContent: 'normal',
|
||||||
padding: '0 1rem',
|
padding: '0 1rem',
|
||||||
width: 'calc(100%-2rem)',
|
width: 'calc(100%-2rem)',
|
||||||
|
opacity: 0,
|
||||||
|
animation: '.5s ease-in fade 0s forwards',
|
||||||
lg: {
|
lg: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
justifyContent: 'space-evenly',
|
justifyContent: 'space-evenly',
|
||||||
|
|||||||
Reference in New Issue
Block a user