Document workflow, group export, and multi-loop import fidelity - #23
Merged
Conversation
Add scaleX/scaleY support, normalize line/path placement for keyframe merge, correct ellipse pivot math for wheel spin, and show progress while importing HTML animations. Co-authored-by: Cursor <cursoragent@cursor.com>
Paint loading toasts before heavy import work, add a visible progress bar, and resolve strict build failures in css-keyframes and the train import regression test. Co-authored-by: Cursor <cursoragent@cursor.com>
* Improve CSS animation import timing fidelity for train HTML. Parse animation-delay, easing, steps(), and alternate direction from class rules and inline styles so streaks stagger, jitter snaps, and bob uses ease-in-out. Co-authored-by: Cursor <cursoragent@cursor.com> * Fix train bob origin scope and wheel spoke rotation pivot. Include nested jitter shapes when resolving parent train transform origins, and rotate imported path layers around their visual center so wheel cross lines stay attached. Co-authored-by: Cursor <cursoragent@cursor.com> * Fix uniform wagon jitter across nested CSS group transforms. Apply group bob/jitter as shared translation plus rotation tilt, scope train transform origins through nested animated groups, and keep wheel spin on the rotation property only so path cars match the middle rect. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
…up layers. Store CSS group animations on layerGroups instead of baking into every child, compose them at playback, and align import tests with the new model. Co-authored-by: Cursor <cursoragent@cursor.com>
…icts. Keep branch-side group layers, Lottie progress, and path pivot transforms over overlapping PR #19 changes on main. Co-authored-by: Cursor <cursoragent@cursor.com>
Give the app a Figma-like startup sequence that assembles the workspace in order, and let imported transform groups be selected and keyframed from the timeline and properties panel. Co-authored-by: Cursor <cursoragent@cursor.com>
…conflicts. Keep branch-side group timeline helpers and store imports on top of main's merged import fidelity work. Co-authored-by: Cursor <cursoragent@cursor.com>
…nts. Ship activity rail navigation, recent files, document tabs, and a post-boot welcome modal so users can resume or start fresh after the shell reveal. Complete group editing overlays, group-aware export, independent loop cycles, and CSS import parser fixes to round-trip multi-rate animations more reliably. Co-authored-by: Cursor <cursoragent@cursor.com>
…onflicts. Combine main's boot loader and choreographed shell reveal with the branch's document workflow, group editing, and tab bar styling. Co-authored-by: Cursor <cursoragent@cursor.com>
2 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.
Summary
Test plan
npm test— 201 tests passingMade with Cursor