Closed anandthakker closed 8 years ago
The changes in mapbox/mapbox-gl-js#826ac59d55984d21e22e9f93d18989a05d4fc5a5 (part of https://github.com/mapbox/mapbox-gl-js/pull/2667 ) result in the raster-fade-duration property now working for layers targeting video and image sources, as opposed to just raster sources. So, it is now necessary to explicitly set the value to 0, overriding the default of 300ms.
raster-fade-duration
video
image
raster
cc @jfirebaugh
The changes in mapbox/mapbox-gl-js#826ac59d55984d21e22e9f93d18989a05d4fc5a5 (part of https://github.com/mapbox/mapbox-gl-js/pull/2667 ) result in the
raster-fade-duration
property now working for layers targetingvideo
andimage
sources, as opposed to justraster
sources. So, it is now necessary to explicitly set the value to 0, overriding the default of 300ms.