Add new HTML templates for animated visual effects - #3
Open
miguel-l-b wants to merge 3 commits into
Open
Conversation
Add animated wallpaper templates (Matrix, Digital Clock, Doom Fire, Aurora, Starfield, Particles)
Add new HTML templates for various visual effects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds six new HTML templates, each implementing a different animated visual effect using JavaScript and the
<canvas>element. These templates provide visually engaging backgrounds and interactive effects suitable for demos or as UI components.New animated canvas templates:
Particle and star effects:
particles-network.html, which displays moving particles connected by lines when close together, creating a dynamic network visualization.starfield.html, which simulates a 3D starfield animation with stars moving toward the viewer, creating a sense of depth and motion.Wave and rain effects:
aurora-waves.html, featuring animated aurora-style sine waves with layered colors for a glowing, atmospheric effect.matrix-rain.html, which recreates the iconic "Matrix" digital rain effect with randomized characters falling in vertical columns.Other visual effects:
doom-fire.html, implementing the classic "Doom fire" algorithm to simulate pixelated fire animation.digital-clock.html, which displays a glowing digital clock with a pulsing colon and the current date, styled with a modern neon look.