mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
feat: ✨ Add barrel roll easter egg
This commit is contained in:
parent
9b75c25fa0
commit
76d28e04a3
2 changed files with 24 additions and 0 deletions
|
|
@ -52,6 +52,15 @@ export default {
|
|||
7.5: "0.075",
|
||||
15: "0.15",
|
||||
},
|
||||
animation: {
|
||||
roll: "roll 2s 1 ease-in-out",
|
||||
},
|
||||
keyframes: {
|
||||
roll: {
|
||||
"0%": { transform: "rotate(0deg)" },
|
||||
"100%": { transform: "rotate(360deg)" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [typographyPlugin, headlessuiPlugin],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue