MCPcopy Create free account
hub / github.com/codemistic/Web-Development / init

Function init

apymonkey/public/js/particles.js:799–802  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

797 ratio = 1 - dist_mouse / pJS.interactivity.modes.bubble.distance;
798
799 function init(){
800 p.opacity_bubble = p.opacity;
801 p.radius_bubble = p.radius;
802 }
803
804 /* mousemove - check ratio */
805 if(dist_mouse <= pJS.interactivity.modes.bubble.distance){

Callers 1

pJSFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected