Update website to match style
This commit is contained in:
@@ -140,12 +140,43 @@ export default {
|
||||
transform: "translateY(0)",
|
||||
},
|
||||
},
|
||||
"scale-in": {
|
||||
from: {
|
||||
opacity: "0",
|
||||
transform: "scale(0.95)",
|
||||
},
|
||||
to: {
|
||||
opacity: "1",
|
||||
transform: "scale(1)",
|
||||
},
|
||||
},
|
||||
"slide-in-right": {
|
||||
from: {
|
||||
opacity: "0",
|
||||
transform: "translateX(100px)",
|
||||
},
|
||||
to: {
|
||||
opacity: "1",
|
||||
transform: "translateX(0)",
|
||||
},
|
||||
},
|
||||
"glow": {
|
||||
"0%, 100%": {
|
||||
boxShadow: "0 0 20px hsl(355 75% 47% / 0.3)",
|
||||
},
|
||||
"50%": {
|
||||
boxShadow: "0 0 40px hsl(355 75% 47% / 0.5)",
|
||||
},
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
"accordion-down": "accordion-down 0.2s ease-out",
|
||||
"accordion-up": "accordion-up 0.2s ease-out",
|
||||
"fade-in": "fade-in 0.6s ease-out",
|
||||
"fade-in-up": "fade-in-up 0.8s ease-out",
|
||||
"scale-in": "scale-in 0.4s ease-out",
|
||||
"slide-in-right": "slide-in-right 0.6s ease-out",
|
||||
"glow": "glow 2s ease-in-out infinite",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user