0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

AfterEffects エクスプレッション wiggle()

Posted at

■エスクプレッションとは

プログラミング言語を用いて
キーフレームを打つ事。

メリット:たくさんキーフレームを打ったりするのをコードで代用できる。

▼wiggle()

エクスプレッションのコードの一つ
ランダム

//wiggle(1秒間に何回,広げたい数値の幅)
wiggle(10,100)

上記で位置にエクスプレッションかけた場合1秒間に10回,数値100までの数字ランダムで動くになる。

スクリーンショット 2021-11-02 18.30.46.png
エクスプレッションを扱う場合タイマーマークでoption+クリック

■完成

wiggle.gif

■参考Youtube動画
https://www.youtube.com/watch?v=72HJo5azam0

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?