Skip navigation

Login or Register to find out more about Dan Ebberts
Dan Ebberts has no profile image available
Status Level:

Recent Activity

Dan Ebberts replied to Noob Question: Move a layer in the opposite direction of a different animated layer

"You have to define what the y movement is relative to. For example, if you want one layer to mirror another layer's y movement since the fir"

in After Effects Expressions 1 replies
1 day ago
Dan Ebberts replied to Snappier Wiggle?

"Something like this should work:   minVal = [-100,-100]; maxVal = [100,100]; minDuration = 0.5; maxDuration = 1.5; transRate = 1000;  "

in After Effects Expressions 8 replies
2 days ago
Dan Ebberts replied to How do I wiggle numbers?

"You could reduce the wiggle amplitude (second parameter).   Dan"

in After Effects Expressions 4 replies
3 days ago
Dan Ebberts replied to How do I wiggle numbers?

"You can generate a 1-dimesional wiggle value by referenecing a 1D property and subtracting the property value. Rotation works well for this."

in After Effects Expressions 4 replies
3 days ago
Dan Ebberts replied to Scripting the "Reshape" effect

"You can access the property:   var prop = app.project.activeItem.layer(1).property("Effects").property(1).prope rty("Correspondence Points""

in After Effects Scripting 1 replies
4 days ago
Dan Ebberts replied to Time Value of Current Time Indicator?

"I think it would just be the time attribute:   alert(app.project.activeItem.time);   Dan"

in After Effects Scripting 1 replies
6 days ago