Im learning bout tweens and i want to now a simple thing;
Whats the diffrence between tweens and lerps?
I dont use lerps like ever, so im curious
2 Likes
Tweens: Used for smooth animations over time. They transition properties of objects from one state to another smoothly using a TweenService. Suitable for more complex, time-based animations.
Lerps (Linear Interpolations): Used for simple, linear transitions between two values. It calculates an intermediate value based on a ratio. Suitable for straightforward, immediate transitions without time management.
4 Likes
Lerping is linear interpolation, a more customizable tween minus easing types, while tweennnnninngg is more uncontrollable, but supports many properties, styles, and tweentypes.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.