Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

464
Visualizações
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 Respostas
Responde à pergunta

0

Found it:

channelSlider.expression = "ease(value, 40, 55, 0, 10)";
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda