Refactor: Enhance homepage tab styling

This commit is contained in:
gpt-engineer-app[bot]
2025-10-28 01:45:09 +00:00
parent 49a0aa7a57
commit dbdf4d9254
2 changed files with 58 additions and 25 deletions

View File

@@ -100,10 +100,15 @@ export default {
height: "0",
},
},
shimmer: {
"0%": { transform: "translateX(-100%)" },
"100%": { transform: "translateX(100%)" },
},
},
animation: {
"accordion-down": "accordion-down 0.2s ease-out",
"accordion-up": "accordion-up 0.2s ease-out",
shimmer: "shimmer 2s infinite",
},
},
},