Snow Flurry - Wordpress and jQuery Plugin

Developer
Size
2,614 Kb
Views
58,696

How do I make an snow flurry - wordpress and jquery plugin?

Make it snow this winter on your Website with Snow Flurry. Available as a jQuery plugin or a Wordpress plugin.. What is a snow flurry - wordpress and jquery plugin? How do you make a snow flurry - wordpress and jquery plugin? This script and codes were developed by Html5andblog on 24 August 2022, Wednesday.

Snow Flurry - Wordpress and jQuery Plugin Previews

Snow Flurry - Wordpress and jQuery Plugin - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Snow Flurry - Wordpress and jQuery Plugin</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAK0lEQVQIW2NkYGD4LygoCKQg4P379wyMQIH/IAZIAkaDBWEqYDqwq8RmJgB2CRqaqTM3jwAAAABJRU5ErkJggg==);
font-family: arial;
}
.single-flake {
background-color: #fff;
position: fixed;
top: 0;
z-index: 99999;
}
.snow-animate {
top: 99.5%;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div style="position: fixed; bottom: 20px;"> <a style="display: block; color: #fff;" href="https://github.com/html5andblog/Snow-Flurry">Download jQuery Plugin Version</a> <a style="display: block; color: #fff;" href="https://wordpress.org/plugins/snow-flurry/">Download Wordpress Plugin Version</a>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/130527/snow-flurry.js'></script> <script src="js/index.js"></script>
</body>
</html>

Snow Flurry - Wordpress and jQuery Plugin - Script Codes CSS Codes

body {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAK0lEQVQIW2NkYGD4LygoCKQg4P379wyMQIH/IAZIAkaDBWEqYDqwq8RmJgB2CRqaqTM3jwAAAABJRU5ErkJggg==);
font-family: arial;
}
.single-flake {
background-color: #fff;
position: fixed;
top: 0;
z-index: 99999;
}
.snow-animate {
top: 99.5%;
}

Snow Flurry - Wordpress and jQuery Plugin - Script Codes JS Codes

/* Created By HTML5andBeyond.com */
/* Full Documentation - http://www.html5andbeyond.com/snow-flurry-jquery-plugin-standalone-version/ */
/* Change the Settings Below */
$(document).ready(function() {
$(document).flake({
maxSize : 5, //max size 20
createEvery	: 0.3,
minSpeed : 7, //must be less than maxSpeed
maxSpeed : 12, //must be more than minSpeed
snowColor : "#fff",
timeout : 0 //stops snow after 'number' seconds
})
})
Snow Flurry - Wordpress and jQuery Plugin - Script Codes
Snow Flurry - Wordpress and jQuery Plugin - Script Codes
Home Page Home
Developer Html5andblog
Username html5andblog
Uploaded August 24, 2022
Rating 3
Size 2,614 Kb
Views 58,696
Do you need developer help for Snow Flurry - Wordpress and jQuery Plugin?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Html5andblog (html5andblog) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!