Add more indicator animations
See original GitHub issueThis is a great library but I think if you could add more indicator animations to it, like this library, it would be great:
https://github.com/romandanylyk/PageIndicatorView
Just thought of suggesting it as it might be useful to people. What do you think of it?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:7
- Comments:14 (14 by maintainers)
Top Results From Across the Web
Add an animated indicator to your BottomNavigationView
In this example I've decided to have it animate between the scale values since there are three of them (current scale > large...
Read more >Applying Multiple Animation Keyframes To A Loading ...
Ben Nadel demonstrates how to apply multiple @keyframes animation to the same element in CSS. This allows us to delay the rendering of...
Read more >Best Practices For Animated Progress Indicators
A wait-animation progress indicator is the most common form of ... It can be helpful to add additional clarity by including text that...
Read more >How to design animated page indicators | Adobe XD
Learn how to create styled page indicators using basic shapes, masks, and the Auto-Animate feature. Learn this and more from Adobe XD Learn....
Read more >Flutter custom indicator animation simple | by Nhan Cao
Next, let fix entryIndex position, and add animation value to targetIndex like gif. Now write a screenplay for entry point. screenplay.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @Anutha02 So I’ve added support for this in this commit cf7ffab86683b2be9fc2e682ac0d24d53ce1e3b7
The point is that we would need to add a dependency on
PageIndicatorView
, and maybe only a few users would actually need it.Would love to get also @paolorotolo inputs on this. Maybe we should provide another Gradle module like
appintro-animated-indicator
that offers the extra class I created? Opinions are welcome 😃@cortinico Any progress on this front?