The jQuery Bloodforge Smoke Effect
June 12, 2015 February 20, 2020
The following code represents the current settings of the header of this post. As you change the values above, the code below will update.
$('.post-header').SmokeEffect({
color: 'black',
opacity: 0.2,
maximumVelocity: 1,
particleRadius: 128
density: 10
});
Source Code
The code is located on Github at https://github.com/murst/Bloodforge-Smoke-Effect