After Effects エクスプレッション
関連タイピング
-
プレイ回数33万1071打
-
プレイ回数1550短文英字429打
-
プレイ回数394英語長文285打
-
プレイ回数2224英語長文593打
-
プレイ回数157英語長文364打
-
プレイ回数73長文英字90秒
-
プレイ回数189英語長文789打
-
プレイ回数925英語長文2780打
問題文
(time*40)
time*40
(time%2*40)
time%2*40
([100,200+time*50])
[100,200+time*50]
(value+time*50)
value+time*50
(loopOut())
loopOut()
(loopOut(type="cycle",numKeyframes=0))
loopOut(type="cycle",numKeyframes=0)
((numKeyframes=0))
(numKeyframes=0)
(loopOut("pingpong"))
loopOut("pingpong")
(loopOut("offset"))
loopOut("offset")
(wiggle(2,30))
wiggle(2,30)
(random())
random()
(random(30,90))
random(30,90)
(random([50,100]))
random([50,100])
(random([50,100],[70,140]))
random([50,100],[70,140])
(gaussRandom(100))
gaussRandom(100)
(.valueAtTime(time-.5))
.valueAtTime(time-.5)
(linear(time,3,5,30,100))
linear(time,3,5,30,100)
(linear(value,0,25,80,100))
linear(value,0,25,80,100)
(ease(time-2,[0,0],[100,100]))
ease(time-2,[0,0],[100,100])
(ease(time,2,4,[0,0],[100,100]))
ease(time,2,4,[0,0],[100,100])
(Math.round())
Math.round()
(Math.floor())
Math.floor()
(Math.ceil())
Math.ceil()
(Math.sin(time))
Math.sin(time)
(Math.sin(time*6)*100)
Math.sin(time*6)*100
(x=Math.sin(time*3)*500;[x+960,540])
x=Math.sin(time*3)*500;[x+960,540]
(a<=b)
a<=b
(a>=b)
a>=b
(&&)
&&
(thisComp.layer(thisLayer,+1).position.valueAtTime(time-.5))
thisComp.layer(thisLayer,+1).position.valueAtTime(time-.5)
(x=thisComp.width/2 + Math.cos(time*3)*500;)
x=thisComp.width/2 + Math.cos(time*3)*500;
(y=thisComp.height/2 + Math.sin(time*3)*500;)
y=thisComp.height/2 + Math.sin(time*3)*500;