- 60FPS smooth wave animation
- rotate on 3D space based on pointer location on device screen
Add script
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/wio-particle-wave/build/index.min.js" ></script>
data-wio-particle-wave
mandatory to enable Particles Wave Interaction on the element | should be set astrue
.data-wio-interaction
to make interaction move user interactive |true
orfalse
, default isfalse
.data-wio-color
to change particle color | should be set as HEX value e.g.#FFFFFF
, default is#000000
data-wio-speed
waving speed | between0
and1
, default is0.1
data-wio-fill-size
weather particle canvas use the css positioning |true
orfalse
. Default istrue
.data-wio-initial-top-position
useful when needs to adjust the initial top view position. |number
value, default is-200