Steps to Trigger Behavior
Open the cluster example on MapLibre: Cluster Map Example
Zoom in and out on a cluster.
Observe the text animation lag.
Link to Demonstration
A minimal demonstration can be seen directly on the official MapLibre example page for clustering: Cluster Map Example
Expected Behavior
The text within the clusters should update smoothly and in sync with the map zoom level without any noticeable delay.
Actual Behavior
When zooming in and out on a cluster, there is a noticeable delay where the text animation lags behind. Adjusting the transition duration settings as per the MapLibre style specification does not resolve the issue.
The circle transition and the text transition seems to have different duration, what did you try that didn't work in terms of changing the transition duration?
maplibre-gl-js version: 4.5.0
browser: Chrome, Firefox
Steps to Trigger Behavior Open the cluster example on MapLibre: Cluster Map Example Zoom in and out on a cluster. Observe the text animation lag.
Link to Demonstration A minimal demonstration can be seen directly on the official MapLibre example page for clustering: Cluster Map Example
Expected Behavior The text within the clusters should update smoothly and in sync with the map zoom level without any noticeable delay.
Actual Behavior When zooming in and out on a cluster, there is a noticeable delay where the text animation lags behind. Adjusting the transition duration settings as per the MapLibre style specification does not resolve the issue.