-
-
Notifications
You must be signed in to change notification settings - Fork 338
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: add index parameter to customAnimation #709
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I've addressed these and added tests in another PR. I'll add credits for you, thanks! #735 |
<!-- Is this PR related to an open issue? --> <!-- GitHub: Fixes #0, Relates to #1, etc. --> ### Description <!-- Summary of changes and why if no corresponding issue --> #709 ### Review - [ ] I self-reviewed this PR <!-- Call out any changes that you'd like people to review or feedback on --> ### Testing - [ ] I added/updated tests - [ ] I manually tested <!-- Describe any manual testing -->
released #736 |
Sorry for the late response, and thank you for taking care of this! |
Description
This PR updates the customAnimation function signature to include an index parameter, allowing users to apply custom animations based on the item’s index.
Example
Simulator.Screen.Recording.-.iPhone.15.Plus.-.2024-10-23.at.21.43.34.mp4
Review