• Hello everyone,

    We're happy to announce that our forum is back online! We needed to take some time off to discuss and decide on how to handle sensitive topics in our community.

    The team has posted an in-depth comment regarding a recent incident and our stance on politics and sexuality in our forum. We also added a dedicated paragraph about this in the forum guidelines. This is part of our commitment to maintain a welcoming and inclusive environment for all our users. Your understanding and continued support in building a creative and respectful community are highly appreciated.

    Thank you, the CX Dev-Team

Usage of InterpolateTYPE() in Tweens

Timur

New member
Joined
Apr 4, 2023
Messages
15
Hello.
Is it possible to use InterpolateTYPE (ex. InterpolateFit(k, l, m, t)) with tweening?
Or rather than that, is there a way to replicate it using something such as Tween.CUSTOM?
 
Is that a functionality from a different tool?
 
I think you can look into the example for interpolate. There is InterpolateFit used for tweening.
It's in modules\cerberus\cerberusdoc\interpolate.data
 
@Timur: I have uploaded a modified Tween module to Github including , to use InterpolateFit in the Tween class. Also the docs and the example was modified.
 
Back
Top Bottom