[pull] main from motiondivision:main#197
Merged
Conversation
Introduces a new `animateLayout` function that enables FLIP-style layout animations without React. Key features: - Automatic before/after snapshot detection - Enter/exit animations with `.enter()` and `.exit()` builder methods - Shared element transitions via `data-layout-id` attribute - Crossfade support for elements with matching layout IDs - Scale correction for border-radius and box-shadow Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Refactored animateLayout to leverage the projection system's existing snapshot mechanism rather than using raw getBoundingClientRect. This eliminates duplicate measurements and ensures proper transform-aware measurements via willUpdate(). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Documents bug where subsequent animateLayout calls on the same element result in instant changes instead of animated transitions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove detectMutations, use simple before/after element comparison - Remove unnecessary context checks with early return - Simplify shared element handling (remove isPresent assignments) - Clean up shared() method signature Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Refactoring projection node
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )