summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-10-30 13:17:53 +0200
committerYuval Adam <_@yuv.al>2017-10-30 13:17:53 +0200
commit74bc903ffedd093499faf55444a87eacedd83705 (patch)
tree4dcb8856ec16b4dd6dba84f6becaa7bca4df2853
parente88e0cae09110e3d02b9b44aa726b7219ed168a2 (diff)
Set layer opacity transition to 0
-rw-r--r--Geshem.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/Geshem.vue b/Geshem.vue
index e5ac093..633d7ef 100644
--- a/Geshem.vue
+++ b/Geshem.vue
@@ -129,7 +129,10 @@
source: `radar-${res}-${i}`,
type: 'raster',
paint: {
- 'raster-opacity': 0
+ 'raster-opacity': 0,
+ 'raster-opacity-transition': {
+ 'duration': 0
+ }
}
})
},