-
Notifications
You must be signed in to change notification settings - Fork 1
[Feature] Refactor ScrollAnimation exports #494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
- Add ScrollAnimationTimeline (new name for ScrollAnimationParent) - Add ScrollAnimationTarget (new name for ScrollAnimationChild) - Deprecate ScrollAnimation, ScrollAnimationWithEase, ScrollAnimationChild, ScrollAnimationChildWithEase, ScrollAnimationParent and animationScrollWithEase - Add tests for the new components Fixes #441 Co-authored-by: Claude <claude@anthropic.com>
Codecov Reportβ
All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #494 +/- ##
==============================================
- Coverage 70.81% 52.32% -18.49%
Complexity 20 20
==============================================
Files 74 4 -70
Lines 1850 86 -1764
Branches 332 0 -332
==============================================
- Hits 1310 45 -1265
+ Misses 477 41 -436
+ Partials 63 0 -63
Flags with carried forward coverage won't be shown. Click here to find out more. β View full report in Codecov by Sentry. π New features to boost your workflow:
|
Export Size@studiometa/ui
Unchanged@studiometa/ui
|
- Add documentation for ScrollAnimationTimeline and ScrollAnimationTarget - Update examples to use new component names - Add deprecation notices for old components - Update changelog with PR reference Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude <claude@anthropic.com>
π Linked issue
Fixes #441
β Type of change
π Description
π Checklist