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

Animation isn't properly stops. #32

Open
antonkashpor opened this issue Oct 10, 2017 · 0 comments
Open

Animation isn't properly stops. #32

antonkashpor opened this issue Oct 10, 2017 · 0 comments

Comments

@antonkashpor
Copy link

Hello,

I have faced to an issue. After initializing the Pulsator it doesn't stops animation.

Here some example:
private func setupPulsator() { pulsator.radius = imageButton.bounds.width - 30 pulsator.numPulse = 3 pulsator.position = imageButton.center imageButton.layer.superlayer?.insertSublayer(pulsator, below: imageButton.layer) pulsator.start() }

And then pulsator.stop() doesn't work.

Where is my mistake?

Thank you

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