ui for onboarding
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
645b9ca9d4
commit
97627583ec
@@ -139,10 +139,19 @@ const config = {
|
||||
from: { height: 'var(--radix-accordion-content-height)' },
|
||||
to: { height: '0px' },
|
||||
},
|
||||
wiggle: {
|
||||
'0%': { transform: 'rotate(0deg)' },
|
||||
'80%': { transform: 'rotate(0deg)' },
|
||||
'85%': { transform: 'rotate(5deg)' },
|
||||
'95%': { transform: 'rotate(-5deg)' },
|
||||
'100%': { transform: 'rotate(0deg)' },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
'accordion-down': 'accordion-down 0.2s ease-out',
|
||||
'accordion-up': 'accordion-up 0.2s ease-out',
|
||||
wiggle: 'wiggle 2.5s ease-in-out infinite',
|
||||
'ping-slow': 'ping 1.5s ease-in-out infinite',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user