Skip to content

Conversation

@adam-dev2
Copy link

Summary

Adds smooth open/close transition for the auxiliary toolbar to improve UI experience.

Changes

  • js/toolbar.js

    • Added transition handling using classList toggle logic
    • Implemented transitionend listener to hide element when closed
  • dist/css/style.css

    • Added scale/opacity transition styles for #aux-toolbar
    • Added .open state for animated expansion

Issue

Fixes #480

@adam-dev2 adam-dev2 changed the title Add transition for auxiliary toolbar menu (#480) Add transition for auxiliary toolbar menu #480 Nov 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add some transition when auxiliary menu is onPressed

1 participant