mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-25 22:00:52 +02:00
feat: synchronizer
This commit is contained in:
@@ -8,6 +8,16 @@ export default {
|
||||
backgroundColor: {
|
||||
dark: "#000000",
|
||||
},
|
||||
keyframes: {
|
||||
wiggle: {
|
||||
"0%, 100%": { transform: "rotate(0deg)" },
|
||||
"25%": { transform: "rotate(-12deg)" },
|
||||
"75%": { transform: "rotate(12deg)" },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
wiggle: "wiggle 0.3s ease-in-out",
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user