Deprecated! Tweening plugin for the c3runtime + tween timeline support.
Yes, you have to re-initialize it each time. The idea is that you only have to initialize it once and can re-use it everytime. But of course if you need to change the values you have to re-initialize it with the new values.
Regarding opacity: The target is between 0 and 1, not 0 and 100, that is likely the reason why it appears to jump. But since it isn´t really mentioned anywhere, I´ll make sure to add that info in the next release!
If that doesn´t solve it I´d request you share the code so I can take a look.
Yup. I understand that logic now. It does make more sense that way!
And thank you, that solved my problem regarding the opacity!!
Thanks for your help!