Refactor: TaskFollowUpSection.tsx (#744)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user