在鼠标滚动上更改粒子数量

时间:2019-06-17 07:34:52

标签: javascript particle.js

我正在使用particle.js;我想增加鼠标滚动上的粒子数量。可能吗 ?如何增加

这是我的代码笔链接:

https://codepen.io/soumyapalwebskitters/pen/KjzRgq

自定义代码为:

 select 
  t1.Code,
  stuff((select distinct top 100 percent  ',' + t.Type from t 
         where t.Code = t1.Code order by ',' + t.Type 
         for XML path('')), 1,1, '') as Type,
  stuff((select distinct ',' + t.Amount from t 
         where t.Code = t1.Code
         for XML path('')), 1,1, '') as Amount,
  t1.Date
from t as t1
where t1.rn = 1
order by t1.Date

0 个答案:

没有答案
相关问题