After Effects エクスプレッション

関連タイピング
-
JavaScript 暗記用です
プレイ回数1688英語長文770打 -
JavaScript 暗記用です
プレイ回数1388英語長文687打 -
JavaScriptの暗記用です
プレイ回数2529英語長文504打 -
JavaScript 暗記用です
プレイ回数2808英語長文1038打 -
chatGPTに作らせた部分一致検索サイトです。
プレイ回数746長文590打 -
JavaScript 暗記用です
プレイ回数2918英語長文1247打 -
vue Lifecycle Hooks
プレイ回数185英語157打 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数2673短文英字429打
問題文
(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;