The “Exponential” Easing style does not work correctly when using Frame:TweenPosition()
Video:
Code Block:
plrlistframe:TweenPosition(UDim2.new(0.309, 0,0.241, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Exponential,.4,true)
Note: the frame’s original position is: {0.309, 0},{1.076, 0}
Frame being Tweened:
1 Like
bv_hl
(cosinewaves)
May 28, 2024, 12:54pm
#2
TweenPosition() is deprecated at the moment, so you need to use TweenService instead, also, I believe for GuiObjects, you can only use Linear and Sine. (<- I am not too sure about that for certain however)
1 Like
Didn’t know it was deprecated. thanks.
Edit: you can use all the easingstyles with tweenposition().
bv_hl
(cosinewaves)
May 28, 2024, 5:52pm
#4
Ah thank you, didn’t know for sure either.
Yeah actually I only recently found out about it’s deprecation a few months ago.
system
(system)
Closed
June 11, 2024, 5:53pm
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.