felixarntz / snow-fall
Adds a subtle snow fall effect to your website, using a lightweight web component.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=7.2
- composer/installers: ~1.0
Requires (Dev)
- wp-phpunit/wp-phpunit: ^6.5
- yoast/phpunit-polyfills: ^1.0
README
Snow Fall
This plugin adds a subtle snow fall effect to your website, using the lightweight <snow-fall>
JavaScript web component by Zach Leatherman.
The plugin takes a no-frills, zero-config approach - you simply activate the plugin, and it just works - thanks to the excellent underlying web component implementation. There should be no notable adverse effects on performance, also given the plugin uses the WordPress Script Modules API that was introduced in WordPress 6.5.
The plugin respects user preferences for reduced motion, as a best practice for accessibility.
Additional credit: Banner image by Adam Chang
Installation and usage
You can download the latest version from the WordPress plugin repository.
Please see the plugin repository installation instructions for detailed information on installation and the plugin repository FAQ for additional details on usage and customization.
Alternatively, if you use Composer to manage your WordPress site, you can also install the plugin from Packagist:
composer require felixarntz/snow-fall:^1.0
Contributions
If you have ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request right here on GitHub. Please refer to the contributing guidelines to learn more and get started.
You can also contribute to the plugin by translating it. Simply visit translate.wordpress.org to get started.
License
The Snow Fall plugin is licensed under the GPLv2 (or later).
The <snow-fall>
and <is-land>
web components are licensed under the MIT license.
See their source code on GitHub: