Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

454
Views
After Effects Scripting - Set ease() for slider

I have an Audio Amplitude layer in After Effects and I want to programmatically add the following expression to the "Both Channels" slider:

ease(value, 40, 55, 0, 10)

Manually, the expression looks like this: Example of slider expression

I tried to execute the following code, but unfortunately, KeyFrameEase only accepts two arguments.

var channelSlider = amplitude.Effects.property("Both Channels").property("Slider");
for(var i = 1; i < channelSlider.numKeys; i++){
   var easeIn = new KeyframeEase(40,33.33333);
   var easeOut = new KeyframeEase(40,33.33333);
   channelSlider.setTemporalEaseAtKey(i, [easeIn], [easeOut]); 
}

How can I add the ease(t, tMin, tMax, value1, value2) expression to the slider using After Effects scripting?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Found it:

channelSlider.expression = "ease(value, 40, 55, 0, 10)";
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!