mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-02 12:08:50 +00:00
docs: make Catalog visual and reproducible
This commit is contained in:
@@ -3,10 +3,6 @@ title: "iOS 26 Liquid Glass Home Screen"
|
||||
description: "3D iPhone with a normal iOS 26 home screen, liquid glass app icons, shader wallpaper, dock, and fluid glass notifications that drop from the status area onto a GLTF device model."
|
||||
---
|
||||
|
||||
# iOS 26 Liquid Glass Home Screen
|
||||
|
||||
3D iPhone with a normal iOS 26 home screen, liquid glass app icons, shader wallpaper, dock, and fluid glass notifications that drop from the status area onto a GLTF device model.
|
||||
|
||||
`liquid-glass-html-in-canvas` `webgpu` `3d` `iphone` `ios26` `notifications` `gltf` `html-in-canvas`
|
||||
|
||||
<Warning>
|
||||
@@ -15,15 +11,20 @@ description: "3D iPhone with a normal iOS 26 home screen, liquid glass app icons
|
||||
|
||||
<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/ios26-liquid-glass.mp4" poster="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/ios26-liquid-glass.png" autoPlay muted loop playsInline />
|
||||
|
||||
## Install
|
||||
## Add it to a project
|
||||
|
||||
<CodeGroup>
|
||||
### Ask your agent
|
||||
|
||||
```bash Terminal
|
||||
npx hyperframes add ios26-liquid-glass
|
||||
```text
|
||||
Add the iOS 26 Liquid Glass Home Screen block from the HyperFrames Catalog to this project.
|
||||
Replace the demo content with mine and match the existing design and timing.
|
||||
```
|
||||
|
||||
</CodeGroup>
|
||||
### Install from the terminal
|
||||
|
||||
```bash
|
||||
npx hyperframes add ios26-liquid-glass
|
||||
```
|
||||
|
||||
## Details
|
||||
|
||||
@@ -33,18 +34,52 @@ npx hyperframes add ios26-liquid-glass
|
||||
| Dimensions | 1920×1080 |
|
||||
| Duration | 15s |
|
||||
|
||||
## Files
|
||||
**Installed files**
|
||||
|
||||
| File | Target | Type |
|
||||
| --- | --- | --- |
|
||||
| `ios26-liquid-glass.html` | `compositions/ios26-liquid-glass.html` | hyperframes:composition |
|
||||
| `models/iphone.glb` | `models/iphone.glb` | hyperframes:asset |
|
||||
| `lib/liquid-glass.iife.js` | `lib/liquid-glass.iife.js` | hyperframes:asset |
|
||||
| `assets/icons/weather.jpg` | `assets/icons/weather.jpg` | hyperframes:asset |
|
||||
| `assets/icons/stocks.jpg` | `assets/icons/stocks.jpg` | hyperframes:asset |
|
||||
| `assets/icons/find-my.jpg` | `assets/icons/find-my.jpg` | hyperframes:asset |
|
||||
| `assets/icons/home.jpg` | `assets/icons/home.jpg` | hyperframes:asset |
|
||||
| `assets/icons/books.jpg` | `assets/icons/books.jpg` | hyperframes:asset |
|
||||
| `assets/icons/itunes-store.jpg` | `assets/icons/itunes-store.jpg` | hyperframes:asset |
|
||||
| `assets/icons/fitness.jpg` | `assets/icons/fitness.jpg` | hyperframes:asset |
|
||||
| `assets/icons/watch.jpg` | `assets/icons/watch.jpg` | hyperframes:asset |
|
||||
| `assets/icons/contacts.jpg` | `assets/icons/contacts.jpg` | hyperframes:asset |
|
||||
| `assets/icons/files.jpg` | `assets/icons/files.jpg` | hyperframes:asset |
|
||||
| `assets/icons/translate.jpg` | `assets/icons/translate.jpg` | hyperframes:asset |
|
||||
| `assets/icons/calendar.jpg` | `assets/icons/calendar.jpg` | hyperframes:asset |
|
||||
| `assets/icons/chatgpt.jpg` | `assets/icons/chatgpt.jpg` | hyperframes:asset |
|
||||
| `assets/icons/slack.jpg` | `assets/icons/slack.jpg` | hyperframes:asset |
|
||||
| `assets/icons/instagram.jpg` | `assets/icons/instagram.jpg` | hyperframes:asset |
|
||||
| `assets/icons/x.jpg` | `assets/icons/x.jpg` | hyperframes:asset |
|
||||
| `assets/icons/proton-mail.jpg` | `assets/icons/proton-mail.jpg` | hyperframes:asset |
|
||||
| `assets/icons/gmail.jpg` | `assets/icons/gmail.jpg` | hyperframes:asset |
|
||||
| `assets/icons/revolut.jpg` | `assets/icons/revolut.jpg` | hyperframes:asset |
|
||||
| `assets/icons/photos.jpg` | `assets/icons/photos.jpg` | hyperframes:asset |
|
||||
| `assets/icons/phone.jpg` | `assets/icons/phone.jpg` | hyperframes:asset |
|
||||
| `assets/icons/brave.jpg` | `assets/icons/brave.jpg` | hyperframes:asset |
|
||||
| `assets/icons/messages.jpg` | `assets/icons/messages.jpg` | hyperframes:asset |
|
||||
| `assets/icons/whatsapp.jpg` | `assets/icons/whatsapp.jpg` | hyperframes:asset |
|
||||
| `assets/icons/notify-messages.jpg` | `assets/icons/notify-messages.jpg` | hyperframes:asset |
|
||||
| `assets/icons/music.jpg` | `assets/icons/music.jpg` | hyperframes:asset |
|
||||
|
||||
## Usage
|
||||
## Use it
|
||||
|
||||
After installing, add the block to your host composition:
|
||||
Ask your agent to replace the example content, match the project style, and place the block at the right moment in the video.
|
||||
|
||||
**Wiring it by hand.** The installed block can be added to a host composition with:
|
||||
|
||||
```html
|
||||
<div data-composition-id="ios26-liquid-glass" data-composition-src="compositions/ios26-liquid-glass.html" data-start="0" data-duration="15" data-track-index="1" data-width="1920" data-height="1080"></div>
|
||||
```
|
||||
|
||||
## Related topics
|
||||
|
||||
- [Browse the complete Catalog](/catalog)
|
||||
- [Add assets and Catalog items in Studio](/studio/assets-and-blocks)
|
||||
- [Build a richer composition](/go-further)
|
||||
|
||||
Reference in New Issue
Block a user