UPDATE: Lucide React Icon and Animation for Theme

This commit is contained in:
EvanLin3141
2025-02-05 14:45:24 +00:00
parent 1740b5d921
commit 2c65606efe
4 changed files with 54 additions and 34 deletions

View File

@@ -13,7 +13,8 @@ export default {
moving_text_colour: "moving_text_colour 6s ease-in-out infinite alternate",
moving_bg: 'moving_bg 200s linear infinite',
'border-spin': 'border-spin linear infinite',
floating: "floating 30s linear infinite"
floating: "floating 30s linear infinite",
burnIn: 'burnIn 1s ease-out',
},
@@ -48,6 +49,12 @@ export default {
'80%': { transform: 'translate(10px, -7px) rotateX(-2.5deg) rotateY(1.5deg)' }, /* Top-right tilt */
'100%': { transform: 'translate(0px, -5px) rotateX(0deg) rotateY(0deg)' },
},
burnIn: {
'0%' : { opacity: '0'},
'50%' : { opacity: '0.8'},
'100%' : { opacity: '1'},
},
},
},
plugins: [