Skip to content

VSnow

VSnow 控件用于在地图上添加雪效果。

警告

To use this feature your application must use Mapbox GL JS v3.9 or any later releases. 要使用此功能,您的应用程序必须使用 Mapbox GL JS v3.9 或任何后续版本。

基础用法

将雪效果添加到地图中。

API

snowProps

属性名说明类型默认值
color雪粒子的颜色string,object#ffffff
centerThinning雪粒子的中心稀疏度 (0-1)number,object0.4
density雪粒子的密度 (0-1)number,object['interpolate', ['linear'], ['zoom'], 11, 0, 13, 0.85]
direction雪粒子的方向array,object[0, 50]
flakeSize雪花颗粒尺寸 (0-5)number,object0.71
intensity雪粒子的移动速度 (0-1)number,object1
opacity雪粒子的透明度 (0-1)number,object1
vignette雪景小品屏幕空间效果number,object['interpolate', ['linear'], ['zoom'], 11, 0, 13, 0.3]
vignetteColor雪景小品屏幕空间角落着色string,object#ffffff
defaultOptions雪效果的配置项(覆盖同名属性object SnowSpecification-

基于 MIT 许可发布