Home
last modified time | relevance | path

Searched refs:flakes (Results 1 – 1 of 1) sorted by relevance

/plugin/snow/
Dsnowstorm.js144 this.flakes = []; property
248 if (this.flakes) {
249 for (i=0; i<this.flakes.length; i++) {
250 if (this.flakes[i].active) {
251 this.flakes[i].setVelocities();
264 if (!fixedForEverything && !storm.flakeBottom && storm.flakes) {
265 for (i=0; i<storm.flakes.length; i++) {
266 if (storm.flakes[i].active === 0) {
267 storm.flakes[i].stick();
312 if (!storm.flakes.length) {
[all …]