-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat(react-motions): add createTransition() factory #29839
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
feat(react-motions): add createTransition() factory #29839
Conversation
📊 Bundle size report🤖 This report was generated against 8cb0e0373f04d3130354a1c4d0993260816b6ef9 |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit b35d268:
|
7dbba2d
to
c436d7a
Compare
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: abb2dc5195c3e36c0f80e1a7fd4a7ebbdcb01f10 (build) |
c436d7a
to
97bd356
Compare
packages/react-components/react-motions-preview/src/factories/createTransition.ts
Show resolved
Hide resolved
97bd356
to
c8e5912
Compare
New Behavior
Adds
createTransition()
factory to animate transitions (in/out) using motion atoms defined for Web Animations API.Usage
Related Issue(s)
Related to #29821.