Skip to content

docs(editor): transitions#775

Open
lancesnider wants to merge 33 commits into
mainfrom
transitions
Open

docs(editor): transitions#775
lancesnider wants to merge 33 commits into
mainfrom
transitions

Conversation

@lancesnider

@lancesnider lancesnider commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

lancesnider and others added 26 commits June 29, 2026 11:08
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
It's hard to keep docs up to date when versions, names, and prices
change - especially when prices are listed in multiple places. [Mintlify
variables](https://www.mintlify.com/docs/organize/settings-structure#variables-2)
to the rescue.

This PR adds variables for the following: 

```
  "variables": {
    "runtimeCurrentNameApple": "New Runtime",
    "runtimeLegacyNameApple": "Legacy Runtime",
    "monthlyCreditsVoyager": "$20",
    "monthlyCreditsEnterprise": "$40",
    "pricingCadetMonthly": "$17",
    "pricingCadetYearly": "$108",
    "pricingVoyagerMonthly": "$39",
    "pricingVoyagerYearly": "$304",
    "pricingEnterpriseYearly": "$1,440",
    "versionMajorWebGL2": "2",
    "versionWebGL2": "2.38.3"
  },
```

## Usage 

```
{{ monthlyCreditsVoyager }}/seat monthly agent credits
```

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Editor documentation for State Machine transitions to reflect the current UI and to better explain how transitions are structured and configured, addressing missing/incorrect transition-condition documentation and outdated visuals (Issues #85 and #207).

Changes:

  • Reworked the page structure to clearly explain transition paths, conditions, properties, actions, and disabling transitions.
  • Updated/added screenshots, GIFs, and embedded video to match the current editor UI.
  • Expanded condition documentation to cover source values/operators/comparison values, including built-in artboard properties.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread editor/state-machine/transitions.mdx Outdated
Comment thread editor/state-machine/transitions.mdx Outdated
Comment thread editor/state-machine/transitions.mdx Outdated
Comment thread editor/state-machine/transitions.mdx Outdated
Comment thread editor/state-machine/transitions.mdx Outdated
Comment thread editor/state-machine/transitions.mdx Outdated
Comment thread editor/state-machine/transitions.mdx
lancesnider and others added 6 commits July 1, 2026 14:32
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Editor transitions - Incorrect images No documentation about Width, Height, and Ratio state machine conditions

2 participants