Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the issue related to popup & menu flashing (#136) #232

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luriusTM
Copy link
Contributor

The issue was related to the transform. The transform is render time causes when starts, the associated popup items loose trac of location and place iteself somewhere. This is resolved with the same operation achieved with position related operations (top, left, bottom, right). As these operations are render time ok, the associated popups will move with the moving items.

As some animation would look a bit frustrating, when moves and disappear together, a bit delay was put to hide animation (0.8s)

@eythaann
Copy link
Owner

eythaann commented Oct 23, 2024

nice, bro what's your username on discord? just to give you a role :p

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.

2 participants