Skip to content

Commit c0852bb

Browse files
authored
Halloween (#114)
2 parents 4b8e932 + 7fd7111 commit c0852bb

File tree

5 files changed

+272
-0
lines changed

5 files changed

+272
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Halloween Animation
2+
3+
This custom PowerApps component brings Halloween to life with animated visuals and a chilling twist: it uses a non-standard font embedded directly in the component, requiring no installation on the user's device.
4+
Designed for fun and fright, this component is perfect for:
5+
- Creating Halloween-themed screens or splash pages
6+
- Surprising your colleagues with spooky UI tricks
7+
- Demonstrating how to embed and use custom fonts in PowerApps without local installation
8+
Whether you're building a haunted app experience or showcasing creative component design, this YAML-based animation is a playful and technical treat for Makers everywhere 👻
9+
10+
Would you like a shorter version for a banner or a version in French as well? I can also help you write a README-style description or a post for sharing it with the Power Platform community!
11+
12+
13+
14+
15+
![animation-halloween](./assets/animation-halloween.gif)
16+
17+
18+
## Authors
19+
20+
Snippet|Author
21+
--------|---------
22+
Steve Bourdin | [GitHub](https://github.com/SteveBourdin) ([LinkedIn](https://www.linkedin.com/in/steve-bourdin-ab998762/) )
23+
24+
## Minimal path to awesome
25+
26+
1. Open your canvas app in **Power Apps**
27+
2. Copy the contents of the **[YAML-file](./source/animation-halloween.yaml)**
28+
3. Paste the code on a blank screen
29+
30+
31+
## Code
32+
**[YAML-file](./source/animation-halloween.yaml)**
33+
34+
35+
## Disclaimer
36+
37+
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
38+
39+
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/animation-haloween" aria-hidden="true" />
23.4 MB
Loading
1.32 MB
Loading
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4+
"name": "pnp-powerplatform-snippets-animation-halloween",
5+
"version": "1.0.0.0",
6+
"source": "pnp",
7+
"creationDateTime": "2025-04-29T00:00:00.000Z",
8+
"updateDateTime": "2025-04-29T00:00:00.000Z",
9+
"title": "Keyboard",
10+
"shortDescription": "A spooky animated component with an embedded custom font — no installation needed! Perfect for Halloween screens, themed apps, or pranking your colleagues while showcasing how to use non-standard fonts in PowerApps",
11+
"longDescription": [
12+
"A spooky animated component with an embedded custom font — no installation needed! Perfect for Halloween screens, themed apps, or pranking your colleagues while showcasing how to use non-standard fonts in PowerApps"
13+
],
14+
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/animation-halloween/",
15+
"products": [
16+
"Power Platform",
17+
"Power Apps",
18+
"powerplatform-snippets",
19+
"power-apps-snippets"
20+
],
21+
"tags": [
22+
],
23+
"categories": [
24+
],
25+
"metadata": [
26+
{
27+
"key": "Product",
28+
"value": "Power Apps"
29+
},
30+
{
31+
"key": "Type",
32+
"value": "Snippet"
33+
}
34+
],
35+
"thumbnails": [
36+
{
37+
"type": "image",
38+
"order": 100,
39+
"url": "https://raw.githubusercontent.com/pnp/powerplatform-snippets/1a75e6a9210dc236726eb333740e5ac3a623fb98/power-apps/animation-halloween/assets/animation-halloween.png",
40+
"alt": "Preview PNG"
41+
}
42+
],
43+
"authors": [
44+
{
45+
"gitHubAccount": "SteveBourdin",
46+
"name": "Steve Bourdin",
47+
"pictureUrl": "https://github.com/SteveBourdin.png"
48+
}
49+
]
50+
}
51+
52+
]

power-apps/animation-halloween/source/animation-halloween.yaml

Lines changed: 181 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)