lc_scrolltext_*

Automatically scroll text when content exceeds the container dimensions. Perfect for displaying long descriptions, testimonials, or variable-length content.


Element Setup:

  • Element type: <rect>
  • ID format: lc_scrolltext_* (e.g., lc_scrolltext_description, lc_scrolltext_testimonial)

Input Format: Plain text string. Scrolling applies only when text exceeds container size; if text fits, it displays normally without scrolling.


<!-- In your SVG -->
<rect id="lc_scrolltext_description" width="400" height="100" />

<!-- In your dataset -->
{{ description }} = "This is a lengthy customer testimonial that talks about how amazing the product is..."

Common Use Cases: Customer testimonials, product descriptions, terms and conditions, project summaries.

← Back to Custom Overview


This site uses Just the Docs, a documentation theme for Jekyll.