animation.ibelick
Zoom Out
tailwind.config.ts
{
  "animation": {
    "zoom-out": "zoom-out 0.6s ease-out"
  },
  "zoom-out": {
    "0%": {
      "opacity": "1",
      "transform": "scale(1)"
    },
    "100%": {
      "opacity": "0",
      "transform": "scale(.5)"
    }
  }
}