Slide 35
Slide 35 text
illustrationLayer.pictureFrame.transform =
CATransform3DMakeRotation(CGFloat(20).degreesToRadians, 0, 0, 1);
illustrationLayer.leftArm.transform =
CATransform3DMakeRotation(-IntroView.onboardingIntroArmAngle, 0, 0, 1);
illustrationLayer.rightArm.transform =
CATransform3DMakeRotation(IntroView.onboardingIntroArmAngle, 0, 0, 1);
}