You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add animation in a custom AVVideoCompositing class. I want to animate an image clock/anti-clock wise more than once. But when I set rotation using CATransform3DIdentity.rotatedBy(angle: .pi * -7, z: 1) it rotate only pi radians clock wise. Is there any way to set rotation angle more than .pi * 2 radians?
The text was updated successfully, but these errors were encountered:
I am trying to add animation in a custom AVVideoCompositing class. I want to animate an image clock/anti-clock wise more than once. But when I set rotation using
CATransform3DIdentity.rotatedBy(angle: .pi * -7, z: 1)
it rotate only pi radians clock wise. Is there any way to set rotation angle more than .pi * 2 radians?The text was updated successfully, but these errors were encountered: