On restart the animation only show single Circle
See original GitHub issueI have implemented your library in my project, but everything works fine. When i restart the view it give only one circle, instead of 4 circle.
private void startPulser(int color){ pulsator.stop(); // i tried without stop(). pulsator.setCount(4); pulsator.setDuration(7000); pulsator.setColor(color); pulsator.start(); }
//
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:10 (1 by maintainers)
Top Results From Across the Web
[Windows 10 Fix] Dotted Circle Animation Not Showing on ...
Only the word “Restarting” or “Shutting down” is shown on the screen. According to our reader, this issue started occurring after upgrading to ......
Read more >Restarting a CSS Animation - YouTube
Learn how to restart a CSS animation in a way that works across all modern mobile and desktop browsers!Note: Latest code with a...
Read more >How to restart css animation when user opens a new tab or is ...
Just open the codepen I will have below, open a new tab, and come back after a couple seconds and you will see...
Read more >Restart CSS Animation
With CSS animations (ala @keyframes) it's not as easy as you might think to “restart” it. Let's say you set it to run...
Read more >Restarting a CSS Animation - KIRUPA
CSS animations have a lot going for them, but there is one thing that they don't support very easily. That thing has to...
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
+1 Though, doesn’t happen when pulse_startFromScratch is set to true.
let me check