I have been converting all my sliders to bidirectional, but this one actually works as it should in only one direction. It should not overshoot beyond 0, only in the positive direction.
Good news!... since the bidirectional slider worked very well addressing Sybren's note, I decided to use it on every slider since they all are bidirectional (maybe with the exeption of `blend to…
I changed the slider to be bidirectional and deleted some extra lines that were not needed. I still have not deleted the if
statements that test for the neighboring keys needed for the tool,…
So, I was wrong (no surprise there). Bidirectional slider work as expected I did something wrong before for it not to work. I'm guessing I left used fabs(factor)
before the if
statement.…
I added the lines to avoid memory leaks.
Also, as stated previously I tried overshoot in time offset slider
and stops at 0 as you said, but also all the other sliders (ease
, `blend to…
Interesting! I didn't see those before. I can understand this tool using the overshoot, but for others like blend to infinity
the overshoot doesn't make sense. I need to check all the sliders to…