This folder contains matrix_tools.css, a standalone CSS library for creating Matrix-style visual effects.
Link the stylesheet in your HTML:
<link rel="stylesheet" href="matrix_tools.css">Creates falling columns of text.
- Container:
.matrix-rain - Columns:
.m-col - Speed Modifiers:
.fast,.med,.slow
A denser variation of the matrix effect.
- Container:
.dense-matrix - Columns:
.dense-col
Animated binary numbers flipping between 0 and 1.
- Class:
.binary-count(automatically adds animation via::afterpseudo-element)
Applies a cyberpunk glitch effect to text.
- Class:
.glitch-text - Attribute:
data-text(Must match the text content for the effect to work) - Example:
<div class="glitch-text" data-text="SYSTEM FAILURE">SYSTEM FAILURE</div>
- Terminal Box:
.terminal-box- A styled container with a green border and semi-transparent background.