[Libreoffice-commits] online.git: loleaflet/src

Ashod Nakashian ashod.nakashian at collabora.co.uk
Thu May 12 01:56:16 UTC 2016


 loleaflet/src/map/Map.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 81e2e25ed8618bcab14914af69f85e53c1b79afb
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Wed May 11 21:15:46 2016 -0400

    loleaflet: disable fade animation which is distracting and buggy
    
    Change-Id: I4170a9f58f4069cba9c88c85d520574a7fcb3885
    Reviewed-on: https://gerrit.libreoffice.org/24907
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index 8b3cb77..1c0bcd9 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -11,7 +11,7 @@ L.Map = L.Evented.extend({
 		zoom: 10,
 		minZoom: 1,
 		maxZoom: 20,
-		fadeAnimation: true,
+		fadeAnimation: false, // Not useful for typing.
 		trackResize: true,
 		markerZoomAnimation: true,
 		defaultZoom: 10,


More information about the Libreoffice-commits mailing list