animation.ibelick
Pop
tailwind.config.ts
{
  "animation": {
    "pop": "pop 0.6s ease-out"
  },
  "pop": {
    "0%": {
      "transform": "scale(1)"
    },
    "50%": {
      "transform": "scale(1.1)"
    },
    "100%": {
      "transform": "scale(1)"
    }
  }
}