Toggling buffers with mini-animate loses transparency for several seconds #222
Replies: 2 comments 2 replies
-
|
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.
-
|
@echasnovski Thanks for the clarification. I also encountered this problem. Is it possible to make the current animation compatible with transparent background? I'm not sure if this feature request makes sense, since |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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