3D Camera Spin
Continuously spins a 3D layer around the active camera's viewpoint.
Code
speed = 30; // degrees per second
(value + time * speed) % 360
3Dcameraspinanimation
How to Use
Add to the Y Rotation (or another axis) of a 3D layer. It rotates the layer indefinitely around the chosen axis in front of the active camera.