Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
332 Bytes
import { defineTokens } from "../../styled-system"
export const animations = defineTokens.animations({
spin: { value: "spin 1s linear infinite" },
ping: { value: "ping 1s cubic-bezier(0, 0, 0.2, 1) infinite" },
pulse: { value: "pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite" },
bounce: { value: "bounce 1s infinite" },
})