docs(editor): transitions#775
Open
lancesnider wants to merge 33 commits into
Open
Conversation
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 ```
Contributor
There was a problem hiding this comment.
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.
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>
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Preview: https://rive-transitions.mintlify.app/editor/state-machine/transitions
Resolves: #85
Resolves: #207