Skip to content

mapWalker: Make zoomToFit animations 10x faster 🚄

Use a 200ms 500ms animation duration when changing the route, instead of making the user sit through a 5 seconds animation.

This (presumably) reduces render requests, and makes the routing UX feel snappier.

Before (5 seconds) After (200ms) After (500ms)
GNOME_Maps_view_routing_animation_speed_-_before GNOME_Maps_view_routing_animation_speed_-_after GNOME_Maps_view_routing_animation_speed_-_before__500ms

Fixes #652 (closed)

Edited by Jeff Fortin

Merge request reports