-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
add Pagination.Custom dot animation #652
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hello, first of all, thanks to your code, I was able to customize the indicator animation. Reanimated version3.15.0 React Native version0.75.1 PlatformsAndroid
|
Hi @xogus7 , Regarding your question, from what you shared, I see that you are using From my side, I'm still using I'm using my fork for my own project, it still also not reviewed by package owner, so for now, I cannot update or change anything to help you. |
@bdtren WOW Thank you for your quick comment, I think so, too. probably it a problem caused by a sudden dependency update. your comment helped me to catch the direction of solution. Thank you! |
I'm adding Paging.Custom dot animation, it is for my personal project but I contribute here since I think it may helps someone.
By default, it will takes
width, height, borderRadius and backgroundColor
fromdotStyle
andactiveDotStyle
and create animation from them.I also provide a function that user can use to add custom animated style:
Below is the example how we use it (The 2 last paging dots):
custom_paging_dot.mp4
Please take a look, thank you!