Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Arslan-TR/854e0f21c4bae34f44cd23ec7b5270c4 to your computer and use it in GitHub Desktop.
Save Arslan-TR/854e0f21c4bae34f44cd23ec7b5270c4 to your computer and use it in GitHub Desktop.
AE, Spin (rotate at a constant speed without keyframes)
//AE, Spin (rotate at a constant speed without keyframes) expression script.
//
veloc = 360; //rotational velocity (degrees per second)
r = rotation + (time - inPoint) *veloc;
[r];
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment