comments added
This commit is contained in:
parent
380b729692
commit
88d3de710a
2 changed files with 23 additions and 2 deletions
|
@ -66,7 +66,13 @@ type ConfettiOptions = {
|
|||
gradient: boolean,
|
||||
};
|
||||
type FireworksOptions = {
|
||||
/**
|
||||
* max fireworks count
|
||||
*/
|
||||
maxCount: number,
|
||||
/**
|
||||
* gravity value that firework adds to shift from it's start position
|
||||
*/
|
||||
gravity: number,
|
||||
probability: number,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue