@@ -3,10 +3,6 @@ title: "Apple Money Count"
33description : " Apple-style finance counter that counts from $0 to $10,000, flashes green, and bursts money icons with sound."
44---
55
6- # Apple Money Count
7-
8- Apple-style finance counter that counts from $0 to $10,000, flashes green, and bursts money icons with sound.
9-
106` showcase ` ` finance ` ` kinetic ` ` youtube ` ` sfx `
117
128Created by [ Stronkter] ( https://x.com/Stronkter ) .
@@ -19,15 +15,20 @@ Created by [Stronkter](https://x.com/Stronkter).
1915
2016<video className = " w-full aspect-video rounded-xl object-cover bg-zinc-100 dark:bg-zinc-800" src = " https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/apple-money-count.mp4" poster = " https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/apple-money-count.png" autoPlay muted loop playsInline />
2117
22- ## Install
18+ ## Add it to a project
2319
24- < CodeGroup >
20+ ### Ask your agent
2521
26- ``` bash Terminal
27- npx hyperframes add apple-money-count
22+ ``` text
23+ Add the Apple Money Count block from the HyperFrames Catalog to this project.
24+ Replace the demo content with mine and match the existing design and timing.
2825```
2926
30- </CodeGroup >
27+ ### Install from the terminal
28+
29+ ``` bash
30+ npx hyperframes add apple-money-count
31+ ```
3132
3233## Details
3334
@@ -37,17 +38,25 @@ npx hyperframes add apple-money-count
3738| Dimensions | 1920×1080 |
3839| Duration | 5s |
3940
40- ## Files
41+ ** Installed files **
4142
4243| File | Target | Type |
4344| --- | --- | --- |
4445| ` apple-money-count.html ` | ` compositions/apple-money-count.html ` | hyperframes:composition |
4546| ` assets/sfx-production.wav ` | ` assets/sfx-production.wav ` | hyperframes:asset |
4647
47- ## Usage
48+ ## Use it
49+
50+ Ask your agent to replace the example content, match the project style, and place the block at the right moment in the video.
4851
49- After installing, add the block to your host composition:
52+ ** Wiring it by hand. ** The installed block can be added to a host composition with :
5053
5154``` html
5255<div data-composition-id =" apple-money-count" data-composition-src =" compositions/apple-money-count.html" data-start =" 0" data-duration =" 5" data-track-index =" 1" data-width =" 1920" data-height =" 1080" ></div >
5356```
57+
58+ ## Related topics
59+
60+ - [ Browse the complete Catalog] ( /catalog )
61+ - [ Add assets and Catalog items in Studio] ( /studio/assets-and-blocks )
62+ - [ Build a richer composition] ( /go-further )
0 commit comments