Added animation into config
This commit is contained in:
parent
abe41b2aef
commit
e54e17ae36
1 changed files with 9 additions and 0 deletions
|
|
@ -28,6 +28,15 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
extend: {
|
||||
keyframes: {
|
||||
wiggle: {
|
||||
'0%, 100%': { transform: 'scale(100%)' },
|
||||
'50%': { transform: 'scale(120%)' },
|
||||
}
|
||||
},
|
||||
animation: {
|
||||
wiggle: 'wiggle 150ms ease-in-out 1',
|
||||
},
|
||||
colors: {
|
||||
"component-icon": "var(--component-icon)",
|
||||
"flow-icon": "var(--flow-icon)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue