Flip Out Y
tailwind.config.ts
{
"animation": {
"flip-out-y": "flip-out-y 0.6s ease-out"
},
"flip-out-y": {
"0%": {
"opacity": "1",
"transform": "rotateX(0deg)"
},
"100%": {
"opacity": "0",
"transform": "rotateX(90deg)"
}
}
}