AfterEffectsエクスプレッション 単語
関連タイピング
-
プレイ回数1550短文英字429打
-
プレイ回数394英語長文285打
-
プレイ回数2224英語長文593打
-
プレイ回数9693長文956打
-
プレイ回数73長文英字90秒
-
プレイ回数395長文207打
-
プレイ回数12760秒
-
プレイ回数1万英字739打
問題文
(a<=b)
a<=b
(&&)
&&
(num++)
num++
(%)
%
(if(a%2==1))
if(a%2==1)
(a=a%1+(a<0);)
a=a%1+(a<0);
(a=(a%360/360)+(a<0);)
a=(a%360/360)+(a<0);
(if( ){ }else{ })
if( ){ }else{ }
(thisComp.layer(index+1))
thisComp.layer(index+1)
(thisComp.layer(thisLayer,1))
thisComp.layer(thisLayer,1)
([thisComp.width/2, thisComp.height/2])
[thisComp.width/2, thisComp.height/2]
(.sourceRectAtTime())
.sourceRectAtTime()
(position[0])
position[0]
(time%2)
time%2
(value+time*50)
value+time*50
(.valueAtTime(time-.5))
.valueAtTime(time-.5)
(loopOut())
loopOut()
(loopOut(type="cycle",numKeyframes=1))
loopOut(type="cycle",numKeyframes=1)
(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)
(noise(time))
noise(time)
(value+[noise(time), noise(time+12345)]*500)
value+[noise(time), noise(time+12345)]*500
(posterizeTime(5))
posterizeTime(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,4,[0,0],[100,100]))
ease(time,2,4,[0,0],[100,100])
(length([300,600]))
length([300,600])
(clamp(n,20,60))
clamp(n,20,60)
(Math.round())
Math.round()
(Math.floor())
Math.floor()
(Math.ceil())
Math.ceil()
(Math.abs(x))
Math.abs(x)
(Math.sqrt(n))
Math.sqrt(n)
(Math.exp(n))
Math.exp(n)
(Math.sin(time*Math.PI*2))
Math.sin(time*Math.PI*2)
(Math.atan2(y,x))
Math.atan2(y,x)
(lookAt(position, atPoint))
lookAt(position, atPoint)
(rgbToHsl(value))
rgbToHsl(value)
(hslToRgb(hslArray))
hslToRgb(hslArray)
(thisComp.layer(2).sampleImage(position, [.5,.5]))
thisComp.layer(2).sampleImage(position, [.5,.5])