AE跟随线条拖尾MG动画教程 After Effects Vector Shape Layer Trails Tutorial
AE跟随线条拖尾MG动画教程 After Effects Vector Shape Layer Trails Tutorial
通过表达式来控制生成拖尾线条效果,MG动画十分有用的小技巧
In this tutorial, Mikey Borup walks us through the process of creating cool looking vector shape layer trails inside of Adobe After Effects.
用到的表达式:
D=Math.sqrt(value[0]*value[0]+value[1]*value[1]);
rot=radiansToDegrees(Math.atan2(value[1],value[0]))
XS=transform.scale[0]/100;
YS=transform.scale[1]/100;
TC=Math.cos(degreesToRadians(rotation+rot));
TS=Math.sin(degreesToRadians(rotation+rot))*.9;
[D*TC*XS,D*TS*YS]+position
mikey的小教程 很不错
没看明白最后这组长的表达式key到什么属性上。。。
看到了 刚才没看完。。
为什么粘贴进去会出错?
从本网页复制进去的表达式有很多小 – – – – 掺杂在表达式里导致出错。
嗯,应该是网页的问题,你先复制到txt,然后复制到AE中试试