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

add transition css to smooth popup animations #57

Open
JoshMLeslie opened this issue Jan 29, 2025 · 0 comments
Open

add transition css to smooth popup animations #57

JoshMLeslie opened this issue Jan 29, 2025 · 0 comments

Comments

@JoshMLeslie
Copy link
Collaborator

JoshMLeslie commented Jan 29, 2025

e.g.

.mapboxgl-popup {
transition: transform 200ms ease-in-out;
}

nb. the node / point popup (re)generates from the top left between instances unlike the layer popups? and is visually jarring when animated

  • maybe because of the way it's called vs being bound to the layer?
  • maybe (nice to have) rewrite it to be bound with the creation of the network points layer instead of living in "map.onmouseenter"
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

No branches or pull requests

1 participant