-
Linking multiple sliders with staggered animation to a single slider
I have a door on a cargo container that I’m opening and closing. The issue is that there’s a series of things that need to happen for the door to open. A flap needs to rotate 180 degrees so that the door latch can pull up in order to allow the locking bars to rotate in to the proper position bla bla bla…..
I have each animated property connected to a user data slider so that everything is one place when it comes time to animate. They are animated sequentially so that object “A” can move out of the way before “B” starts to move. I should point out that each object is only being animated by one rotation axis since they really only need to turn out of the way for the next object to move.
What I’m trying to create now is a master slider so that 0% to 10% controls the full value of slider “A” and then 11% to 25% controls the full value of slider “B” and so on.
I’m assuming that there’s an expresso node to place between the output of the “Master Slider” node to the input of “slider A” node that says take the first 10% of Master slider and apply it to the full 100% of “slider A”.
If that isn’t clear enough, I made a crude graph to try and illustrate what I’m trying to do.
|—A—|
0% 100%
|——B——|
0% 100%
|–C–|
0% 100%
|———-D———-|
0% 100%
|——————–master slider——————|
0% 100%