mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
✨ feat: Add /home (#111)
This commit is contained in:
@@ -118,6 +118,14 @@ export default {
|
||||
"100%": {
|
||||
transform: "translateX(-50%)"
|
||||
}
|
||||
},
|
||||
"zoom-out": {
|
||||
"0%": {
|
||||
transform: "scale(1.2)"
|
||||
},
|
||||
"100%": {
|
||||
transform: "scale(1)"
|
||||
}
|
||||
}
|
||||
},
|
||||
animation: {
|
||||
@@ -125,7 +133,8 @@ export default {
|
||||
"fade-up": "fade-up 0.5s",
|
||||
"fade-down": "fade-down 0.5s",
|
||||
"shake": "shake 0.075s 8",
|
||||
"multicolor": "multicolor 5s linear 0s infinite"
|
||||
"multicolor": "multicolor 5s linear 0s infinite",
|
||||
"zoom-out": "zoom-out 5s ease-out"
|
||||
},
|
||||
},
|
||||
plugins: []
|
||||
|
||||
Reference in New Issue
Block a user