VFlip
VFlipTemplateEach image flips down like a turning book page, revealing the next.
Showreel 12 of 14 · 1 to 30 images or videos
0:00 / 0:00
Settings
Template settings
Specific to this template. Every template also accepts the common settings (aspect ratio, background, corner radius).
| Setting | Type | Default | What it does |
|---|---|---|---|
scaleIntensity | number | 1.2 | How much items scale during the flip. |
transitionSpeed | number | 0.9 | Transition speed multiplier. |
holdDuration | number | 1 | Seconds each page holds before flipping. |
imagePosition | number | 0 | Vertical crop anchor 0–100. |
Request
Example request
A complete, working body for POST /api/v1/render with every default spelled out. Send only the settings you want to change.
POST /api/v1/render — VFlip
{
"id": "VFlipTemplate",
"scale": 1,
"inputProps": {
"images": [
"https://picsum.photos/seed/reelfolio1/1280/800",
"https://picsum.photos/seed/reelfolio2/1280/800",
"https://picsum.photos/seed/reelfolio3/1280/800"
],
"settings": {
"backgroundColor": "#000000",
"backgroundType": "image",
"backgroundGradientStart": "#888888",
"backgroundGradientEnd": "#bbbbbb",
"backgroundLibraryCategory": "raycast",
"backgroundLibraryImage": "https://cdn.reelfolio.io/reelfolio-background-library/raycast/chromatic_light_2.webp",
"blurAmount": 12,
"backgroundOpacity": 1,
"borderRadius": 0,
"aspectRatio": "16:9",
"cropAspectRatio": "1:1",
"scaleIntensity": 1.2,
"transitionSpeed": 0.9,
"holdDuration": 1,
"imagePosition": 0
}
}
}