Skip to content

Suggestion: Scale effect #50

Description

@java-jambalaya

A <scale> effect would display text with a different width/height.
The anchor of the transformation could be from the bottom left corner of where the <scale> block starts, and shifts text after the </scale> block ends to avoid overlap.

  • Possible parameters:
    • w: Width (default 1.0)
    • h: Height (default 1.0)
    • shift: Whether to shift text after it to respect this text's scale (default true)
  • Example: <scale w=1.5 h=2.0 shift>More tall than wide text</scale>the text before this overlaps with this!

This static scale effect could also be used to make other effects like "breathing", scaling up and down over time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions