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

Circles animations stop when application goes to background. #28

Merged
merged 4 commits into from
May 6, 2018

Conversation

victorsemedo
Copy link
Contributor

No description provided.

@@ -259,6 +259,7 @@ func ars_animateCircles(_ outerCircle: CAShapeLayer, middleCircle: CAShapeLayer,
outerAnimation.toValue = ARS_CIRCLE_ROTATION_TO_VALUE
outerAnimation.duration = ars_config.circleRotationDurationOuter
outerAnimation.repeatCount = ARS_CIRCLE_ROTATION_REPEAT_COUNT
outerAnimation.isRemovedOnCompletion = false
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR!
Does this really fix the issue?
Could you please add one tab of padding to match the other lines of code?

@soberman soberman merged commit 161b9d2 into soberman:master May 6, 2018
@soberman
Copy link
Owner

soberman commented May 6, 2018

Thank you for your PR! 👍

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

Successfully merging this pull request may close these issues.

3 participants