Skip to content
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

Missing updateInstanceDelay #23

Open
Chazzman opened this issue Apr 3, 2017 · 0 comments
Open

Missing updateInstanceDelay #23

Chazzman opened this issue Apr 3, 2017 · 0 comments

Comments

@Chazzman
Copy link

Chazzman commented Apr 3, 2017

I believe that:

open var pulseInterval: TimeInterval = 0

ought to be:

open var pulseInterval: TimeInterval = 0 { didSet { updateInstanceDelay() } }

When starting and then restarting a pulsator, the experience is different on the second and successive runs than the first.
Came across this when setting pulseInterval after setting numPulse and animationDuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant