When attempting to tween a GuiObject using the TweenSize method and an EasingStyle set to Circular, it doesn’t tween and immediately jumps to the goal position. However, when using TweenService and setting the EasingStyle to Circular in the TweenInfo, it behaves as expected.
I have experienced the issue as far back as potentially a year and a half, however I never made an attempt to report the issue as I just used the TweenService method for expected behavior.
Reproduction
Attempt to tween a GuiObject using TweenSize and use Enum.EasingStyle.Circular. Occurs 100% of the time.
Studio Demonstration file:
Demonstration.rbxl (59.7 KB)
Roblox Demonstration place:
TweenDemonstration - Roblox