feat: custom player controls

closes #34
This commit is contained in:
2023-12-05 11:10:57 +00:00
parent 348759f652
commit 7c321c70a0
8 changed files with 141 additions and 81 deletions

View File

@ -7,6 +7,9 @@ module.exports = {
"gray-1": "#171717",
"gray-2": "#222",
},
animation: {
"ping-once": "ping 1s cubic-bezier(0, 0, 0.2, 1);",
},
},
},
plugins: [],