View all expressions
Randomness

Matrix-Style Binary Numbers Animation

Dynamically creates a vertical grid of changing 0s and 1s. Customizable rows, columns, and animation speed.

Contributed by:


numRows = 10;
// Number of rows
numCols = 10;
// Number of columns
freq = 10;
// Animation speed
output = "";
seedRandom(index + Math.floor(time * freq), true);
for (r = 0; r < numRows; r++) {
line = "";
for (c = 0; c < numCols; c++) {
line += Math.floor(random(2)).toString() + " ";
}
output += line + "\r";
}
output;

Matrix-Style Binary Numbers Animation

Practical use case

Ideal for hacker-themed motion design, sci-fi intros, or digital rain effects.

Check out similar expressions

Data-driven video workflows for After Effects are easier with Plainly.

a mesh of elegant lines transparent image