Image Motion Settings

hero-photograph.jpgHero media
EntranceBlur in
Scroll effectParallax
StrengthStrong
About this piece

Image Motion Settings

One image's own motion settings, with the thumbnail beside them performing what the rows describe: blurring into place, then drifting as though the page were scrolling past it.

Playground

Turn the props on the right; the snippet under them is what you would write to get what you see.

hero-photograph.jpgHero media
EntranceBlur in
Scroll effectParallax
StrengthStrong
Usage
import { Editor53 } from "@/components/beste/component/editor53";

<Editor53
  fileName="hero-photograph.jpg"
  slotLabel="Hero media"
  rows={[{"label":"Entrance","value":"Blur in"},{"label":"Scroll effect","value":"Parallax"},{"label":"Strength","value":"Strong"}]}
/>

Usage

The import and the props worth knowing about, in one place.

import { Editor53 } from "@/components/beste/piece/editor53";

<Editor53
  surface="card"
  bordered={true}
  inverted={false}
  fileName="hero-photograph.jpg"
  slotLabel="Hero media"
  rows={[
    {
      "label": "Entrance",
      "value": "Blur in"
    },
    {
      "label": "Scroll effect",
      "value": "Parallax"
    },
    {
      "label": "Strength",
      "value": "Strong"
    }
  ]}
/>

More Editor pieces

View all Editor
Appearance

Images

Image entrance
Scroll effect

Motion

Section animation
Animation speed

Appearance Motion Panel

Site-wide appearance settings grouped the way a builder sidebar groups them, each value arriving from the right as its row lands.

Post SettingsDraft
Author
Publish Date
Read Time

Post Settings Drawer

The fields that turn a page into a post, filling themselves in one row at a time and finishing on the tags, with the draft state held at the top throughout.

Feature#feature283
Padding96 px
Container7xl
BackgroundBackground
Card bordersPer block

Section Settings Sidebar

Everything that shapes a section but is kept off the page itself, with a soft highlight travelling down the rows to show each one is a live control.

Your page looks empty

Start by adding your first block.

Empty Page

Centered editor placeholder with a soft icon tile, headline, hint line, and a recolorable call-to-action pill.

function greet(name: string)

Code Lens

Action row above a function signature showing references, implementations, and inline commands.

index.tsx
button.tsx
card.tsx
theme.css

Editor Tab Bar

Row of filename tabs with active styling. Dirty tabs show a sky dot in place of the close button.