question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

On restart the animation only show single Circle

See original GitHub issue

I 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:open
  • Created 7 years ago
  • Reactions:1
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
fR0DDYcommented, Nov 12, 2016

+1 Though, doesn’t happen when pulse_startFromScratch is set to true.

1reaction
booncolcommented, Sep 12, 2016

let me check

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found