Skip to content

Tooltip/Popover will be closed if open, close, then open in 500ms #31

Description

@scribetw

Timer(const Duration(milliseconds: 500), () {
$tip.off(Transition.end);
if (tip.parent != null)
tip.remove();
});

The delayed 500ms callback will hide the tooltip/popover.

Screencast.from.2022.07.14.15.56.18.mp4

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions