Type alias animate_ping

animate_ping: "animate-ping"

Css

animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;@keyframes ping {  75%, 100% {    transform: scale(2);    opacity: 0;  }}

Description

You can refer to the official tailwind documentation

Description

You can refer to the typedoc

Since

Tailwind v3.2.7

Generated using TypeDoc