animation.ibelick
Expand Vertically
tailwind.config.ts
{
  "animation": {
    "expand-vertically": "expand-vertically 0.6s ease-out"
  },
  "expand-vertically": {
    "0%": {
      "transform": "scaleY(0)"
    },
    "100%": {
      "transform": "scaleY(1)"
    }
  }
}