独学で動画編集を学び、副業で稼ぐための究極のガイド

          

テキストアニメーション

使い回し便利!自動サイズ調整テキストボックスの作り方!【After Effects】

エクスプレッションは下記からコピペ!

サイズ↓
s=comp("text").layer("text")

w=s.sourceRectAtTime().width;
h=s.sourceRectAtTime().height;

[w,h]

位置↓
s=comp("text").layer("text")

w=s.sourceRectAtTime().width/2;
h=s.sourceRectAtTime().height/2;
l=s.sourceRectAtTime().left;
t=s.sourceRectAtTime().top;

[w+l,h+t]

【使用素材サイト】
Music:Artlist https://artlist.io/

Twitter

#アフターエフェクト #aftereffects #チュートリアル #tutorial #モーショングラフィックス #motiongraphics #aftereffectstutorial #動画編集 #ae #textbox #textanimation #テキストアニメーション

-テキストアニメーション

© 2024 REVIVE-リヴァイブ