diff options
| -rw-r--r-- | Geshem.vue | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -129,7 +129,10 @@ source: `radar-${res}-${i}`, type: 'raster', paint: { - 'raster-opacity': 0 + 'raster-opacity': 0, + 'raster-opacity-transition': { + 'duration': 0 + } } }) }, |
