Toggling buffers with mini-animate loses transparency for several seconds #222
alexlitinsky
started this conversation in
General
Replies: 1 comment 1 reply
-
But even before doing this, do you have window animation turned on? By default, 'mini.animate' animates window opening and window closing. Does disabling them help? You can do by incorporating these config options: require('mini.animate').setup({
open = { enable = false },
close = { enable = false },
}) They by default use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's a video to show what I'm describing:
Screen.Recording.2023-02-07.at.12.33.36.PM.mov
Is there any way to prevent the black background from showing up for several seconds? When I disable the plugin, I don't have this issue.
Beta Was this translation helpful? Give feedback.
All reactions