Merge pull request #55259 from KoBeWi/no_easy_ease
This commit is contained in:
commit
8a48440dbf
@ -248,9 +248,9 @@
|
|||||||
- 1.0: Linear
|
- 1.0: Linear
|
||||||
- Between -1.0 and 0.0 (exclusive): Ease out-in
|
- Between -1.0 and 0.0 (exclusive): Ease out-in
|
||||||
- 0.0: Constant
|
- 0.0: Constant
|
||||||
- Between 0.0 to 1.0 (exclusive): Ease in
|
- Between 0.0 to 1.0 (exclusive): Ease out
|
||||||
- 1.0: Linear
|
- 1.0: Linear
|
||||||
- Greater than 1.0 (exclusive): Ease out
|
- Greater than 1.0 (exclusive): Ease in
|
||||||
[/codeblock]
|
[/codeblock]
|
||||||
[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/ease_cheatsheet.png]ease() curve values cheatsheet[/url]
|
[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/ease_cheatsheet.png]ease() curve values cheatsheet[/url]
|
||||||
See also [method smoothstep]. If you need to perform more advanced transitions, use [Tween] or [AnimationPlayer].
|
See also [method smoothstep]. If you need to perform more advanced transitions, use [Tween] or [AnimationPlayer].
|
||||||
|
Loading…
Reference in New Issue
Block a user