feat: implement pixel dance animation component, page and command (#8)
Some checks are pending
CI / build-test (macos-14) (push) Waiting to run
CI / build-test (ubuntu-24.04) (push) Waiting to run
CI / build-test (windows-latest) (push) Waiting to run

* feat: implement pixel dance animation component, page and command

* feat: make entire dance page draggable

* feat: add dance transition for ui-iframe extension loading
This commit is contained in:
Huakun Shen 2024-11-03 19:34:07 -05:00 committed by GitHub
parent 6ec4df5f43
commit ad83e89e52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 418 additions and 301 deletions

View file

@ -21,6 +21,8 @@
"paths": {
"@kksh/ui/*": ["./packages/ui/*"],
"@kksh/ui": ["./packages/ui"],
"@kksh/utils/*": ["./packages/utils/*"],
"@kksh/utils": ["./packages/utils"],
"@kksh/desktop/*": ["./apps/desktop/*"],
"@kksh/desktop": ["./apps/desktop"],
"@kksh/ci/*": ["./packages/ci/*"],