mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
feat: features
This commit is contained in:
@@ -102,6 +102,14 @@ export default {
|
||||
},
|
||||
},
|
||||
keyframes: {
|
||||
ripple: {
|
||||
"0% , 100%": {
|
||||
transform: "translate(-50% , -50%) scale(1)",
|
||||
},
|
||||
"50%": {
|
||||
transform: "translate(-50% , -50%) scale(0.9)",
|
||||
},
|
||||
},
|
||||
"accordion-down": {
|
||||
from: {
|
||||
height: "0",
|
||||
@@ -122,6 +130,7 @@ export default {
|
||||
animation: {
|
||||
"accordion-down": "accordion-down 0.2s ease-out",
|
||||
"accordion-up": "accordion-up 0.2s ease-out",
|
||||
ripple: "ripple var(--duration,2s) ease calc(var(--i, 0)*.2s) infinite",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user