Skip to content

Commit

Permalink
add TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
asifbacchus committed Apr 10, 2020
1 parent e61be62 commit 0f0e182
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# ab-particles: vanilla javascript particle animation

Very simple, lightweight animated particles display that **does not** require any external files whatsoever. No libraries, configuration JSON or anything. This is a stripped-down version of the famous <a href="https://vincentgarreau.com/particles.js" target="_blank">'js-particles' by Vincent Garreau</a> and the code was inspired by an amazing tutorial by <a href="https://youtu.be/d620nV6bp0A" target="_blank">Franks Laboratory</a>.
- [Features](#features)
- [Usage (simple)](#usage-simple)
- [CSS customizations (colours)](#css-customizations-colours)
- [Setting feature parameters](#setting-feature-parameters)
- [Examples](#examples)
- [default settings (explicit)](#default-settings-explicit)
- [starry night](#starry-night)
- [snow](#snow)
- [bubbles](#bubbles)
- [warp speed to the right](#warp-speed-to-the-right)
- [warp speed to the left](#warp-speed-to-the-left)
- [my usual settings (nice background effect)](#my-usual-settings-nice-background-effect)
- [Advanced loading](#advanced-loading)
- [Sub-resource Integrity (SRI)](#sub-resource-integrity-sri)
- [addEventListener](#addeventlistener)
- [Notes](#notes)
- [License and usage](#license-and-usage)
- [Final thoughts](#final-thoughts)

## Features

Expand Down

0 comments on commit 0f0e182

Please sign in to comment.