Skip to content

lc_glass

Soft frosted “glass” panels over part of your artwork — draw attention to KPIs and callouts without redesigning the slide.

When to use it

  • Highlight a metric with a subtle frosted panel
  • Soften a busy background behind text or charts
  • Pair with narration highlights to reveal glass during the story
lc_glass on a slide
ID prefix lc_glass_* (not lc_glass_effect)
SVG element <rect>
Override value Blur amount: 0100 or with px (default 20px if empty)
Related Modal glass via lc_action
  1. Add a <rect> whose ID includes lc_glass_.
  2. Open Override SVG Variables and set blur for that ID (e.g. 20 or 13.5px).
Advanced: designer screenshots, playback, troubleshooting, and XML example
  • Match the glass rectangle’s corners to your layout (rounded corners in the SVG carry through to the effect where supported).
  • Adjust blur in small steps until the background feels readable but still softened.
  • Avoid IDs that contain lc_glass_effect unless you intend that separate behavior—stick to names like lc_glass_* for this frosted panel.

Use this spot for a screenshot of Override SVG Variables or the slide editor showing the glass variable.

Placeholder — add designer screenshot for lc_glass blur override

Optional second visual: glass during playback or with highlights.

Placeholder — add playback or highlight screenshot

During playback, the frosted area follows the same highlight behavior as other slide elements you configure in narration—so you can reveal or soften the panel as the story progresses.


What you notice What to try
No frosted area Check that the shape is a rectangle and the ID includes lc_glass_.
Cast won’t save the blur Use a number between 0 and 100, or add px after the number (for example 24px).
Too strong or too soft Lower or raise the blur value in small steps.

In your SVG, a glass region might look like this (sizes and position are up to your design):

<rect id="lc_glass_kpi" x="120" y="180" width="420" height="180" rx="16" />

Then set your preferred blur in overrides (for example 18).