docs(editor): document interpolation shortcuts and Elastic easing - #881
Merged
Conversation
The interpolation types each have an F-key shortcut that applies them to the selected keys. None were documented on this page or anywhere else. Elastic also ships in the interpolation panel alongside Hold, Linear, Cubic, and Cubic Value, but had no section of its own.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Match the plain form the sibling type sections use.
Match the naming used on the keyboard shortcuts page for the same shortcuts; the rest of this page uses none.
lancesnider
approved these changes
Aug 24, 2026
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.
Two things missing from this page, both shipping.
Shortcuts. Each interpolation type has an F-key that applies it to the selected keys (F6 Hold, F7 Linear, F8 family Cubic, F9 family Cubic Value, F10 Elastic). Not documented here or on the keyboard shortcuts page. Added as a table under the panel section.
Elastic. The panel ships five types — Hold, Linear, Cubic, Cubic Value, Elastic — and Elastic was the only one without a section. Added one covering the overshoot and the Amplitude and Period controls.
Handlers verified ungated in
keyframe_manager.dart. Scripted interpolators are excluded, still behindENABLE_SCRIPTED_INTERPOLATORS(prod: enabledForEveryone: false).mint broken-linkspasses.