Window system

This commit is contained in:
2025-09-02 06:41:17 +07:00
parent a711d23ddc
commit 5f5a07cf41
7 changed files with 149 additions and 26 deletions

View File

@@ -24,6 +24,13 @@ const config: Config = {
},
animation: {
"silly-bouncing": 'silly-bounce 0.8s infinite',
'window-popup': 'window-popup 1s'
},
keyframes: {
"fade-in-half": {
'0%, 50%': { opacity: "0" },
'100%': { opacity: '1' },
}
}
},
plugins: [],