Skip to content
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

fix(angular/sidebar): switch away from animations module #2475

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

mhaertwig
Copy link
Collaborator

Reworks the sidevar to animate using CSS, rather than the animations module. This requires less JavaScript, is simpler to maintain and avoids some memory leaks caused by the animations module.

Copy link
Collaborator

@kyubisation kyubisation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍
Nice work!

Reworks the sidevar to animate using CSS, rather than the animations module. This requires less JavaScript, is simpler to maintain and avoids some memory leaks caused by the animations module.
@mhaertwig mhaertwig force-pushed the feature/sidebar-animations branch from 3c55098 to ffe1568 Compare January 16, 2025 15:42
@mhaertwig mhaertwig merged commit 73965ad into main Jan 16, 2025
18 checks passed
@mhaertwig mhaertwig deleted the feature/sidebar-animations branch January 16, 2025 17:11
@github-actions github-actions bot mentioned this pull request Jan 16, 2025
1 task
mhaertwig added a commit that referenced this pull request Jan 20, 2025
Reworks the sidevar to animate using CSS, rather than the animations module. This requires less JavaScript, is simpler to maintain and avoids some memory leaks caused by the animations module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants