Reelfolio

VFlip

VFlipTemplate

Each 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).

SettingTypeDefaultWhat it does
scaleIntensitynumber1.2How much items scale during the flip.
transitionSpeednumber0.9Transition speed multiplier.
holdDurationnumber1Seconds each page holds before flipping.
imagePositionnumber0Vertical 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
    }
  }
}