dom-confetti
Advanced tools
Comparing version 0.2.0 to 0.2.2
@@ -109,3 +109,3 @@ "use strict"; | ||
height: "10px", | ||
perspective: "300px", | ||
perspective: "", | ||
colors: defaultColors, | ||
@@ -112,0 +112,0 @@ duration: 3000, |
{ | ||
"name": "dom-confetti", | ||
"version": "0.2.0", | ||
"version": "0.2.2", | ||
"description": "confetti with dom elements", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -32,3 +32,3 @@ # dom-confetti | ||
- `height`: - height of the confetti elements as css string, defaults to `10px`. | ||
- `perspective` - perspective of root element, default to `300px`. | ||
- `perspective` - perspective of root element. | ||
- `height`: - height of the confetti elements | ||
@@ -35,0 +35,0 @@ - `elementCount` - Number of particle elements, defaults to 50. |
@@ -97,3 +97,3 @@ const defaultColors = ["#a864fd", "#29cdff", "#78ff44", "#ff718d", "#fdff6a"]; | ||
height: "10px", | ||
perspective: "300px", | ||
perspective: "", | ||
colors: defaultColors, | ||
@@ -100,0 +100,0 @@ duration: 3000, |
13133
7