From e47c568a0d49b4e9644ed9294350e6d92cf63d8f Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 6 Feb 2015 15:50:24 -0800 Subject: [PATCH] Stricter selectors for will-change properties --- dist/leaflet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/leaflet.css b/dist/leaflet.css index 3c6cb616..e50e886c 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -139,7 +139,7 @@ /* zoom and fade animations */ -.leaflet-tile { +.leaflet-fade-anim .leaflet-tile { will-change: opacity; } .leaflet-fade-anim .leaflet-popup { @@ -152,7 +152,7 @@ .leaflet-fade-anim .leaflet-map-pane .leaflet-popup { opacity: 1; } -.leaflet-zoom-animated { +.leaflet-zoom-anim .leaflet-zoom-animated { will-change: transform; } .leaflet-zoom-anim .leaflet-zoom-animated {