Refactor: TaskFollowUpSection.tsx (#744)

This commit is contained in:
Solomon
2025-09-16 22:45:12 +01:00
committed by GitHub
parent 09d2710a34
commit e9edef6e89
17 changed files with 1278 additions and 1064 deletions

View File

@@ -134,10 +134,17 @@ module.exports = {
from: { height: "var(--radix-accordion-content-height)" },
to: { height: "0" },
},
pill: {
'0%': { opacity: '0' },
'10%': { opacity: '1' },
'80%': { opacity: '1' },
'100%': { opacity: '0' },
},
},
animation: {
"accordion-down": "accordion-down 0.2s ease-out",
"accordion-up": "accordion-up 0.2s ease-out",
pill: 'pill 2s ease-in-out forwards',
},
},
},