Enum.EasingStyle Descriptions

Can we PLEASE get some descriptions on this Enum on the wiki? I don’t remember the difference between “Quad” and “Quint” or “Elastic” and “Bounce” and new developers won’t know the difference at all. This is really important for good graphical user interfaces.

I usually just use http://easings.net/ when I need to reference easing styles. Still wouldn’t hurt to have something on the wiki.

2 Likes

Ooh nice tool! Though I’ve never understood the EasingDirection part.

I’ve always used InOut and had no problem.

I always use Out when I’m moving or expanding something and In when collapsing. Not sure if I’m correct in doing so.

(Next time, do this in the Wiki section of this forum.)

I agree that it should have some kind of description

Going along with that easing.net link, I have all of Penner’s easing functions in a ModuleScript. I didn’t write it myself, but I use it in just about all my games:

http://www.roblox.com/Easing-Functions-item?id=186495470

Edit: (More links)
Robert Penner’s Easing Functions
Lua Implementation

Sorry, did not know such a thing existed. Admin, move this, please?