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

New commits:
commit 81e2e25ed8618bcab14914af69f85e53c1b79afb
Author: Ashod Nakashian <ashod.nakash...@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 <ashnak...@gmail.com>
    Tested-by: Ashod Nakashian <ashnak...@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,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to