Skip to content

Add zoom animations

James Westman requested to merge jwestman/libshumate:animations into main
  • Add shumate_map_go_to_full() which allows zooming to a coordinate and zoom level
  • Animate zooming (using buttons or scroll wheel) if the ShumateMap:animate-zoom property is TRUE.
  • Disable animations if the gtk-enable-animations property is not set
  • Add a map property to ShumateSimpleMap so you can call shumate_map_zoom_(in/out) rather than shumate_viewport_zoom_(in/out) (the latter won't be animated).

Merge request reports