Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

455
Vistas
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 Respuestas
Responde la pregunta

0

Found it:

channelSlider.expression = "ease(value, 40, 55, 0, 10)";
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda