ashpowell Posted August 5, 2013 Share Posted August 5, 2013 Hi, Been looking for a while now and can't find anything, does anyone know of any css3 or js sparkle effects? Thanks Link to comment https://www.neowin.net/forum/topic/1168831-cssjs-sparkle-effect/ Share on other sites More sharing options...
0 ashpowell Posted August 5, 2013 Author Share Posted August 5, 2013 Found one.. Is there a better way to do this: <script type="text/javascript"> var particles; window.onload = function() { var canvas = document.getElementById("particle_canvas"); var canvas2 = document.getElementById("particle_canvas2"); var canvas3 = document.getElementById("particle_canvas3"); var canvas4 = document.getElementById("particle_canvas4"); particles = new ParticleCanvas(canvas, {x: 185}); particles2 = new ParticleCanvas(canvas2, {x: 185}); particles3 = new ParticleCanvas(canvas3, {x: 185}); particles4 = new ParticleCanvas(canvas4, {x: 185}); particles.start(); particles2.start(); particles3.start(); particles4.start(); }; </script> Thanks Link to comment https://www.neowin.net/forum/topic/1168831-cssjs-sparkle-effect/#findComment-595858662 Share on other sites More sharing options...
0 Seahorsepip Veteran Posted August 5, 2013 Veteran Share Posted August 5, 2013 Gimme a sec Edit: anything visual so I can know what exactly you want? The js itself didn't work in jsfiddle, requires html or/and css I guess... Link to comment https://www.neowin.net/forum/topic/1168831-cssjs-sparkle-effect/#findComment-595858710 Share on other sites More sharing options...
Question
ashpowell
Hi,
Been looking for a while now and can't find anything, does anyone know of any css3 or js sparkle effects?
Thanks
Link to comment
https://www.neowin.net/forum/topic/1168831-cssjs-sparkle-effect/Share on other sites
2 answers to this question
Recommended Posts