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