nimbus-gui/animations.ts

8 lines
185 B
TypeScript
Raw Normal View History

2023-08-10 06:56:22 +00:00
import { createAnimations } from '@tamagui/animations-css'
export const animations = createAnimations({
fast: 'ease-in 150ms',
medium: 'ease-in 300ms',
slow: 'ease-in 450ms',
})