TweenPosition (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>MrNicNac
No edit summary
>Anaminus
fixing arguments
Line 1: Line 1:
<onlyinclude>{{Method
<onlyinclude>{{Method
|name                = TweenPosition
|name                = TweenPosition
|arguments            = [[UDim2]] endPosition, [[Enum]] easingDirection = Out, [[EasingStyle|Enum]] easingStyle = Quad, [[number|float]] time = 1, [[bool]] override = false
|arguments            = [[UDim2]] ''endPosition'', [[Enum]] ''[[easingDirection]]'' = Out, [[Enum]] ''[[easingStyle]]'' = Quad, [[number|float]] ''time'' = 1, [[bool]] ''override'' = false, [[function]] ''callback'' = nil
|description          = Smoothly moves a GUI to a new [[UDim2]] position.
|description          = Smoothly moves a GUI to a new [[UDim2]] position.
|object              = GuiObject
|object              = GuiObject

Revision as of 04:59, 7 June 2011

TweenPosition( UDim2 endPosition, Enum easingDirection = Out, Enum easingStyle = Quad, float time = 1, bool override = false, function callback = nil )
Returns nil
Description: Smoothly moves a GUI to a new UDim2 position.
Member of: GuiObject