Anyway I could use OutIn easing direction on tween service?

Basically what the name says. How can I use the OutIn easing direction with Tween Service with Ui and other tweenable properties?

1 Like

just set the easingStyle to enum.easingStyle.InOut?

2 Likes

Im not talking about InOut, Iā€™m talking about OutIn

what is the difference?
also are you talking about reversing the tween?

I believe what your looking for is Enum.EasingDirection, here is the documentation for it EasingStyle | Documentation - Roblox Creator Hub. This will reverse the tween animation.

One of the Easing Directions go the first half straight and the second half backwards, OutIn has the first half backwards and the second half forwards if that makes since

I just realised you cant do it tho :frowning:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.