Skip to content

Fix tray animation stutter#4

Merged
handlecusion merged 1 commit into
mainfrom
fix/tray-animation-stutter
May 24, 2026
Merged

Fix tray animation stutter#4
handlecusion merged 1 commit into
mainfrom
fix/tray-animation-stutter

Conversation

@handlecusion
Copy link
Copy Markdown
Owner

Summary

  • disable implicit Core Animation actions around tray CALayer contents/frame updates
  • add the CATransaction feature needed for action-disabled layer transactions
  • prevent the menubar cat from briefly pausing or coalescing while frames swap

Validation

  • cargo check --locked
  • cargo test --locked
  • git diff --check -- src-tauri/Cargo.toml src-tauri/src/native_tray.rs

Disable implicit Core Animation layer actions while swapping tray frames and moving the icon layer so macOS does not animate or coalesce frame updates.
@handlecusion handlecusion merged commit 6838892 into main May 24, 2026
2 checks passed
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.

1 participant