Clock-Tick Rotation
Snaps rotation to 6° steps—perfect for analog clock hands.
Code
var step = 6; // degrees per tick
var f = Math.floor(timeToFrames(time));
f * step;
rotationstepclock
How to Use
Paste on Rotation of a minute/second hand layer.
Snaps rotation to 6° steps—perfect for analog clock hands.
var step = 6; // degrees per tick
var f = Math.floor(timeToFrames(time));
f * step;
Paste on Rotation of a minute/second hand layer.