fix(sidebar): disable frame CSS transition while user is resizing the sidebar to prevent janky animations

This commit is contained in:
2026-01-04 11:31:02 +00:00
parent 61b79aa4dc
commit 9ed614994f
4 changed files with 22 additions and 2 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-01-04 - 3.5.1 - fix(sidebar)
disable frame CSS transition while user is resizing the sidebar to prevent janky animations
- Added isResizing boolean property to wcc-frame to toggle transitions during resize
- Set frame.isResizing = true at resize start and false on mouseup to re-enable transitions
- Updated CSS to skip transition while isResizing is true
- Files changed: ts_web/elements/wcc-frame.ts, ts_web/elements/wcc-sidebar.ts
## 2026-01-04 - 3.5.0 - feat(wcctools)
add context menu and pinning support, persist pinned state in URL, and add grouped demo test elements