Skip to content

Commit

Permalink
Update link, 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Sep 14, 2022
1 parent 4cd2411 commit c46ae3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Let's party 🎊🎊 with Svelte! svelte-confetti-explosion allows you to show a
- πŸ—ƒοΈ Highly customizable - Offers tons of options that you can modify to get different behaviors.
- πŸ–₯️ SSR friendly - Works seamlessly in Sveltekit and other Server Side Rendering environments!

[Try it in Svelte REPL](https://svelte.dev/repl/4e41a080739a4427a1f2c98b7f5d4b24?version=3.44.2)
[Try it in Svelte REPL](https://svelte.dev/repl/4e41a080739a4427a1f2c98b7f5d4b24)

## Installing

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-confetti-explosion",
"version": "0.4.0",
"version": "0.4.1",
"description": "Confetti explosion in Svelte πŸŽ‰πŸŽŠ",
"author": "Puru Vijay",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion src/lib/ConfettiExplosion.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@
div {
position: absolute;
inset: 0;
top: 0;
left: 0;
animation: y-axis var(--duration-chaos) forwards
cubic-bezier(var(--y1), var(--y2), var(--y3), var(--y4));
Expand Down

0 comments on commit c46ae3d

Please sign in to comment.