The jQuery Bloodforge Smoke Effect

Adjust the smoke in this post header

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

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.