HOTween, How to jump to tween end state?

Hello.

I am having some trouble positioning the tween animation at its final state.

I have a tween (transparency fade) created with the visual editor who needs 2 seconds to reach it’s final state.
However sometimes I need it to jump immediately to the final state skiping the animation
period.

I thought HOTween.Complete(“tweenName”); would work, but it doesn’t.

I have tried the options “kill” and “not kill” but it’s not working.

What am I doing wrong?

@RossoXIII

Did you ever find a solution to this? Trying to figure out how to do this myself, (except with pausing). The visual editor makes things a little weird…