After Effects エクスプレッションメモ

AfterEffects

コンポジション内のFPSを参照する
1 / thisComp.frameDuration

コンポジション内のDurationを参照
thisComp.duration * (1 / thisComp.frameDuration)

現在のDurationを参照
time * (1 / thisComp.framDuration)

コンポジション内のDurationで1回転させる
(time * (1 / thisComp.frameDuration)) * (360 / ( thisComp.duration * (1 / thisComp.frameDuration)))

ンポジション内のDurationで1回転させる(自身の値も加える)
value + (time * (1 / thisComp.frameDuration)) * (360 / ( thisComp.duration * (1 / thisComp.frameDuration)))

https://amzn.to/2ueYlQx
https://amzn.to/2OzSfB8