You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| options | object | The options of the particles instance. |
187
-
| url | string | The remote options url, called using an AJAX request |
188
-
| style | object | The style of the canvas element. |
189
-
| className | string | The class name of the canvas wrapper. |
190
-
| canvasClassName | string | the class name of the canvas. |
191
-
| container | object | The instance of the [particles container](https://particles.js.org/docs/modules/Core_Container.html)|
192
-
| init | function | This function is called after the tsParticles instance initialization, the instance is the parameter and you can load custom presets or shapes here |
193
-
| loaded | function | This function is called when particles are correctly loaded in canvas, the current container is the parameter and you can customize it here |
| options | object | The options of the particles instance. |
199
+
| url | string | The remote options url, called using an AJAX request |
200
+
| style | object | The style of the canvas element. |
201
+
| className | string | The class name of the canvas wrapper. |
202
+
| canvasClassName | string | the class name of the canvas. |
203
+
| container | object | The instance of the [particles container](https://particles.js.org/docs/modules/Core_Container.html)|
204
+
| particlesLoaded | function | This function is called when particles are correctly loaded in canvas, the current container is the parameter and you can customize it here |
194
205
195
206
Find your parameters configuration [here](https://particles.js.org).
0 commit comments