Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
This is my formula in the Pastie Databse that loads snowstorm.js:
[iol] & "modulePasties.js" & [/iol]
This is the relevant code in modulePasties.js:
[iol] & "modulePasties.js" & [/iol]
This is the relevant code in modulePasties.js:
(function(){
$.getScript("https://cdnjs.cloudflare.com/ajax/libs/Snowstorm/20131208/snowstorm.js";, function() {
//snowStorm.snowColor = '#99ccff'; // blue-ish snow!?
snowStorm.snowColor = "blue";
snowStorm.followMouse = true;
snowStorm.flakesMaxActive = 96; // show more snow on screen at once
snowStorm.useTwinkleEffect = true; // let the snow flicker in and out of view
snowStorm.usePositionFixed = false;
});
})();
GauravSharma3
8 years agoQrew Commander
Hi Dan,
I have tried to implement same but could not succeed. Can you please help me out in this?
Thanks,
Gaurav
I have tried to implement same but could not succeed. Can you please help me out in this?
Thanks,
Gaurav