Fancy transitions!

This commit is contained in:
Mrrp 2024-12-22 12:22:47 -08:00
parent 472ab354d8
commit 5f9eb1fc50
11 changed files with 183 additions and 107 deletions

15
deno.lock generated
View file

@ -5,6 +5,7 @@
"npm:@tsparticles/engine@^3.5.0": "3.7.1",
"npm:@tsparticles/slim@^3.7.1": "3.7.1",
"npm:@tsparticles/vue3@^3.0.1": "3.0.1",
"npm:@types/markdown-it@^14.1.2": "14.1.2",
"npm:autoprefixer@^10.4.20": "10.4.20_postcss@8.4.49",
"npm:front-matter@^4.0.2": "4.0.2",
"npm:highlight.js@^11.10.0": "11.11.0",
@ -1307,6 +1308,19 @@
"@types/node"
]
},
"@types/linkify-it@5.0.0": {
"integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q=="
},
"@types/markdown-it@14.1.2": {
"integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
"dependencies": [
"@types/linkify-it",
"@types/mdurl"
]
},
"@types/mdurl@2.0.0": {
"integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg=="
},
"@types/node@22.5.4": {
"integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==",
"dependencies": [
@ -4672,6 +4686,7 @@
"npm:@tsparticles/engine@^3.5.0",
"npm:@tsparticles/slim@^3.7.1",
"npm:@tsparticles/vue3@^3.0.1",
"npm:@types/markdown-it@^14.1.2",
"npm:autoprefixer@^10.4.20",
"npm:front-matter@^4.0.2",
"npm:highlight.js@^11.10.0",