mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
animate select position
This commit is contained in:
parent
a57c51d676
commit
12401766ae
@ -37,6 +37,16 @@ module.exports = {
|
||||
'map': "1.4em"
|
||||
}
|
||||
},
|
||||
keyframes: {
|
||||
pulseGrow: {
|
||||
'0%, 100%': { transform: 'scale(1.00)' },
|
||||
'80%': { transform: 'scale(1.00)' },
|
||||
'90%': { transform: 'scale(0.95)' },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
pulseGrow: 'pulseGrow 2s ease-in-out infinite',
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
require("daisyui"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user