文件名称:bokehBg:用于创建和应用随机散景背景的 jQuery 插件
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-25 09:27:10
JavaScript
背景虚化 jQuery 插件,用于创建随机散景背景并将其应用于body 、 div等网页元素。 要使用它,请包含插件并添加以下代码: $ ( document ) . ready ( function ( ) { $ ( '#bgDiv' ) . bokehBg ( ) ; //bgDiv is the id of the element to which the bokeh background will be applied } ) ; 注意:生成的图像只是散景效果的相似之处。 它仍然需要改进以模拟精确的散景效果 ###选项 选项 描述 默认值 total_light_particles 光粒子总数 150 背景颜色 生成图像的背景颜色 第444章 最大粒子半径 光粒子的最大半径 70 min_particle_radius 光粒子的最小半径 20
【文件预览】:
bokehBg-master
----bokehbg.js(2KB)
----LICENSE(1KB)
----README.md(1KB)
----index.html(557B)