Page 1 of 1

Slow down a control rotation slider

Posted: October 14th, 2014, 2:55 am
by ottix
Hi, I have 1 hundred of layers linked to a slider rotation angle. I´d like to slow down the expression angle,now i have it to "time*50" and want to slow down to "time*0,5".
Anybody got an idea how to do that??

Tks

Re: Slow down a control rotation slider

Posted: December 11th, 2015, 3:35 am
by BartlomiejOtlowski
period instead of comma.

Code: Select all

time*0.5

Re: Slow down a control rotation slider

Posted: April 20th, 2016, 12:55 am
by MaTuAc
Just add another slider, attach it to your first expression like:

Code: Select all

time*effect("Slider Control 2")("Slider")
and then animate it down from 50 to 0.5