Skip to content

Instantly share code, notes, and snippets.

@thatsmadden
Last active September 5, 2022 01:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thatsmadden/d31503aa3b4e03a76d3f to your computer and use it in GitHub Desktop.
Save thatsmadden/d31503aa3b4e03a76d3f to your computer and use it in GitHub Desktop.
Send an After Effects layer around a circle.
s=effect("size")("Slider");
d=degreesToRadians(effect("driver")("Angle"));
h=Math.sin(d);
v=-Math.cos(d);
([h,v]*s)+value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment