KristofferStrube / Blazor.Bubbles

A fullscreen Bubble animation made in Blazor Wasm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor.Bubbles

A fullscreen Bubble animation made in Blazor Wasm

Demo

This project can be demoed here: https://kristofferstrube.github.io/Blazor.Bubbles/

It can take parameters through query strings like these examples:

Slow red bubbles: ?Amount=100&MinRadius=10&MaxRadius=20&MaxSpeed=0.5&Colors=["#910f00","#610c02","#c91904"]

Single fast blue bubble: ?Amount=1&MinRadius=100&MaxRadius=100&MinSpeed=3&MaxSpeed=3&Colors=["blue"]

Red VS Green - Click the red to turn all green ?Amount=50&MinRadius=30&MaxRadius=50&MaxSpeed=2&Colors=["red", "green"]

Example

Showcase

About

A fullscreen Bubble animation made in Blazor Wasm

License:MIT License


Languages

Language:C# 65.9%Language:HTML 17.3%Language:CSS 14.5%Language:JavaScript 2.3%