We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db06a8 commit 02ecbf2Copy full SHA for 02ecbf2
content/en-us/reference/engine/classes/TweenService.yaml
@@ -123,8 +123,10 @@ methods:
123
capabilities: []
124
writeCapabilities: []
125
- name: TweenService:SmoothDamp
126
- summary: ''
127
- description: ''
+ summary: |
+ Calculates a value simulating a critically damped spring. Supports number/Vector2/Vector3/CFrame.
128
+ description: |
129
+ Returns a value that allows smoothing a value towards a target simulating a critically damped spring. Supports number/Vector2/Vector3/CFrame.
130
code_samples: []
131
parameters:
132
- name: current
0 commit comments