Spiral Animation • After Effects Tutorial with Expressions (Easy)
Make an Archimedes spiral the easy way with shape layer and some mathematical expression!!
Here is the expression:
//connect to sliders
let points = 200;
let steps = 20
let angle = 0;
let w = 1000;
// execute
let r = w/2;
let step =(*2)/ steps;
let radius = 0;
let vertices =[];
for(i =0; i < points; i ){ angle = step; radius = i/ points*r; x = (angle)*radius; y = (angle)*radius; vertices[i]=[x,y]; } createPath(vertices,[],[],0)
⚠️ Quick note: change your Expression Engine to JSX
If you have not done so, go to Edit, Project Settings, Expressions, Expression Engine, change from ExtendScript to Javascript. This might solve any expression problems you have.
🔴Project file download
→
♥️ Support NoSleepCreative by making a donation
→ Patreon:
→ Venmo:
→ Coffee:
🌎 Follow me everywhere
→ Website:
→ Instagram:
→ Link
35 views
1
0
2 years ago 00:12:52 31
Spiral Clones Animation in Cinema 4d with Mograph
2 years ago 00:16:30 22
3D Fibonacci Spiral Particle Animation | After Effects Tutorial
4 years ago 00:03:57 80
Mir 3 Spiral Animation in AE #92
2 years ago 00:01:25 241
Spiral Garou vs Darkshine. Fan animation. Part 2
5 years ago 00:03:48 50
Looping Spiral Animation with Buck Animator Bernd Bousard - After Effects Tutorial
3 years ago 00:01:10 4
Animation SPIRAL launch
5 years ago 00:09:31 217
Study of Spiral Loop | Cinema 4D | Model and Animation
11 years ago 00:01:43 16
Spiral Cellars Animation
5 years ago 00:01:01 6
Spiral Galaxy Formation Animation
2 years ago 00:03:44 1
AmbaFlex Spiral conveyor - SlimLine Animation
1 year ago 00:00:39 2
SPIRAL 2005 | animation meme
4 years ago 00:00:31 35
Spiral Animation • After Effects Tutorial with Expressions (Easy)