-
Notifications
You must be signed in to change notification settings - Fork 8
Feat/backpack wiggle animation #460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: chore/prettier-check
Are you sure you want to change the base?
Conversation
- Added: CSS import for Blockly animations - Implemented: Backpack animation with wiggle effect - Improved: Code quality and readability - Optimized: Props handling with nullish coalescing - Cleaned up: Removed redundant comments - Modernized: ES6+ syntax and best practices
Tests
Github Test Reporter by CTRF 💚 |
- Change transform-origin from center center to 20px 30px - Set transformation point to 20px from left and 30px from top - Improve animation with more precise rotation axis
Tests
Github Test Reporter by CTRF 💚 |
sieht gut aus, leider haben es änderungen aus anderen pr's hier rein geschafft |
const link = document.createElement("a"); | ||
link.href = downloadUrl; | ||
link.download = `${filename}.bin`; | ||
link.download = `${timestamp}_${cleanName}.bin`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sind zum beispiel änderungen aus einem ganz anderen pull request die es hier rein geschafft haben was eig nicht sein sollte ...
du hast als du diesen branch erstellt hast, als basis branch nicht development genommen (immer dran denken wenn du n neues feature machen willst zuerst auf development zu wechseln, zu pullen und dann von dort einen neuen branch für dein neues feature erstellen)
feat: Enhanced BlocklyWindow component with Backpack animation