@mgoodfellow/park-ui-panda-preset
Version:
Panda CSS Preset for Park UI
9 lines (7 loc) • 342 B
text/typescript
import { defineTokens } from '@pandacss/dev'
export const easings = defineTokens.easings({
pulse: { value: 'cubic-bezier(0.4, 0.0, 0.6, 1.0)' },
default: { value: 'cubic-bezier(0.2, 0.0, 0, 1.0)' },
'emphasized-in': { value: 'cubic-bezier(0.05, 0.7, 0.1, 1.0)' },
'emphasized-out': { value: 'cubic-bezier(0.3, 0.0, 0.8, 0.15)' },
})