Create an Animated Rainbow in After Effects.🌈 QUICK & EASY | tutorial 2023

Опубликовано: 18 Март 2026
на канале: Pink Glitter Motion
8,890
158

In this tutorial, we'll be learning how to animate a rainbow in After Effects. Using a combination of shape layers and effects, we'll create a vibrant and dynamic rainbow animation that you can use in your own projects. This tutorial is suitable for beginner level After Effects users. So let's get started! #AfterEffects #RainbowAnimation #MotionGraphics

Download the project file here: https://pinkmotionmotion.gumroad.com/...

Subscribe to my channel here
   / glitterandmotion  

Share this video with a friend
   • Create an Animated Rainbow in After Effect...  

Watch more After Effects Tutorials here
https://www.youtube.com/watch?v=g6Qc7...


Expression 1 :

m=index-1;
d=thisComp.layer("YOUR CONTROLLER LAYER").effect("Path Trim")("Slider");
p=thisComp.layer("YOUR SHAPE STROKE LAYER").content("Trim Paths 1").end.valueAtTime(time-d*m);

Expression 2:

m=index-1;
d=thisComp.layer("Controller").effect("Path Trim")("Slider");
p=thisComp.layer("Rainbow").transform.position.valueAtTime(time-d*m);
ox=thisComp.layer("Controller").effect("X Offset")("Slider");
oy=thisComp.layer("Controller").effect("Y Offset")("Slider");

[p[0]+ox*m,p[1]+oy*m]