Reelfolio

Slide

SlideTemplate

Each item slides in one edge and out the other, pausing at center.

Showreel 11 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
slideDirectionenumleft-to-rightDirection items slide.One of: left-to-right, right-to-left, top-to-bottom, bottom-to-top
transitionSpeednumber0.8Seconds per slide transition.
holdDurationnumber1Seconds each item holds before sliding.
scaleIntensitynumber0.7How much off-center items shrink.
gapnumber150Spacing between items, in pixels.
scaleOnScrollbooleantrueScale items as they move toward center.
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 — Slide
{
  "id": "SlideTemplate",
  "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": "#f7f5ff",
      "backgroundType": "image",
      "backgroundLibraryCategory": "raycast",
      "backgroundLibraryImage": "https://cdn.reelfolio.io/reelfolio-background-library/raycast/loupe-mono-dark.webp",
      "blurAmount": 0,
      "backgroundOpacity": 1,
      "borderRadius": 24,
      "aspectRatio": "16:9",
      "slideDirection": "left-to-right",
      "transitionSpeed": 0.8,
      "holdDuration": 1,
      "scaleIntensity": 0.7,
      "gap": 150,
      "scaleOnScroll": true
    }
  }
}