Slow down a control rotation slider

Moderators: Disciple, zlovatt

Post Reply
ottix
Posts: 3
Joined: January 16th, 2007, 9:09 am
Contact:

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
User avatar
BartlomiejOtlowski
Posts: 4
Joined: November 5th, 2015, 4:10 am
Location: Wroclaw, Poland
Contact:

period instead of comma.

Code: Select all

time*0.5
MaTuAc
Posts: 1
Joined: April 19th, 2016, 3:27 am

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
Post Reply