-
Notifications
You must be signed in to change notification settings - Fork 17
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
How do I animate a rotation of 360 degrees or more? #5
Comments
Hey! Thanks for pointing that out. I'll have a fix in the works shortly. Will post an update when it's ready. |
For now this fix gives a nice syntax. These were new methods but I feel that you are probably right. I will look into better testing these methods. Right now they rely on Apple's default implementations but should perhaps be rethought for this library.
This should get the desired effect you are looking for by calling, |
I'll leave this open until I get a better fix. |
Currently,
.rotate(angle: 360)
does not seem to rotate the view at all. I expected it to keep rotating the view clockwise until it reaches its original position. Is this not how it was designed? I have this workaround for now, but it's not nice:The text was updated successfully, but these errors were encountered: