Skip to content

Commit

Permalink
Update Particles.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed Oct 30, 2020
1 parent 671ea54 commit 9210ae8
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions core/main/markdown/Options/Particles.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Particles

| key | option type | notes |
| ------------ | ----------- | ------------------------------------------------------------------ |
| `collisions` | `object` | See Particles Collisions documentation {@link ICollisions | here} |
| `color` | `object` | See Particles Color documentation {@link IAnimatableColor | here} |
| `links` | `object` | See Particles Links documentation {@link ILinks | here} |
| `move` | `object` | See Particles Move documentation {@link IMove | here} |
| `number` | `object` | See Particles Number documentation {@link IParticlesNumber | here} |
| `opacity` | `object` | See Particles Opacity documentation {@link IOpacity | here} |
| `rotate` | `object` | See Particles Rotate documentation {@link IRotate | here} |
| `shadow` | `object` | See Shape documentation {@link IShadow | here} |
| `shape` | `object` | See Shape documentation {@link IShape | here} |
| `size` | `object` | See Particles Size documentation {@link ISize | here} |
| `stroke` | `object` | See Particles Stroke documentation {@link IStroke | here} |
| `twinkle` | `object` | See Particles Twinkle documentation {@link ITwinkle | here} |
| key | option type | notes |
| ------------------ | ----------- | -------------------------------------------------------------------------- |
| `collisions` | `object` | See Particles Collisions documentation {@link ICollisions | here} |
| `color` | `object` | See Particles Color documentation {@link IAnimatableColor | here} |
| `links` | `object` | See Particles Links documentation {@link ILinks | here} |
| `move` | `object` | See Particles Move documentation {@link IMove | here} |
| `number` | `object` | See Particles Number documentation {@link IParticlesNumber | here} |
| `opacity` | `object` | See Particles Opacity documentation {@link IOpacity | here} |
| `reduceDuplicates` | `boolean` | Reduces particles duplicates, picking particles configuration sequentially |
| `rotate` | `object` | See Particles Rotate documentation {@link IRotate | here} |
| `shadow` | `object` | See Shape documentation {@link IShadow | here} |
| `shape` | `object` | See Shape documentation {@link IShape | here} |
| `size` | `object` | See Particles Size documentation {@link ISize | here} |
| `stroke` | `object` | See Particles Stroke documentation {@link IStroke | here} |
| `twinkle` | `object` | See Particles Twinkle documentation {@link ITwinkle | here} |

0 comments on commit 9210ae8

Please sign in to comment.