Skip to content

Commit 67a06f7

Browse files
authored
Merge pull request #505 from webstackdev/feature/confetti-animation-component
Feature/confetti animation component
2 parents 7c9dc09 + fe68dff commit 67a06f7

24 files changed

Lines changed: 873 additions & 181 deletions

File tree

.cache/pages.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,10 @@
2222
"contact",
2323
"offline",
2424
{
25-
"privacy": [
26-
"my-data"
27-
]
25+
"privacy": ["my-data"]
2826
},
2927
{
30-
"services": [
31-
"consulting",
32-
"overview",
33-
"web-development"
34-
]
28+
"services": ["consulting", "overview", "web-development"]
3529
},
3630
{
3731
"tags": [
@@ -67,4 +61,4 @@
6761
"typescript"
6862
]
6963
}
70-
]
64+
]

_TODO.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -145,21 +145,6 @@ cat.structure: Rules related to the document's overall structure, like the prope
145145
cat.tables: Rules for data tables, including headers and associations.
146146
cat.text-alternatives: Rules for ensuring that text alternatives are provided for non-text content, such as images.
147147

148-
## Tags
149-
150-
- Sitemap
151-
- E2E all pages helper
152-
153-
## Build output errors
154-
155-
00:19:09 [WARN] [vite] [plugin:astro:assets:esm] context method emitFile() is not supported in serve mode. This plugin is likely not vite-compatible.
156-
157-
## Use Confetti on CTA forms
158-
159-
`canvas-confetti`
160-
`https://github.com/catdad/canvas-confetti`
161-
`https://www.kirilv.com/canvas-confetti/`
162-
163148
## Use the Page Visibility API to pause videos, image carousels, and animations
164149

165150
Stop unnecessary processes when the user doesn't see the page or inversely to perform background actions.

0 commit comments

Comments
 (0)