RSSAmplifier

(untitled) · Jan 15, 2016

How to create glowing particles in canvas

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Create glowing particles in canvas. Particle.js : ( function (root) { 'use strict' ; function Particle(options) { var defaults = { ttl : 8000 , maxXSpeed : 5 , maxYSpeed : 2 , maxRadius : 20 , xVelocity : 4 , yVelocity : 4 , random : false , blink : true , speed : 30 , containerWidth : window .innerWidth, containerHeight : window .innerHeight, context : null }; var settings = merge(defaults,…

Read on miguelmota.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.