Skip to content

Commit 48556a6

Browse files
committed
Minor correction edit
Updated several keyframe interpolation var to match sample panel.
1 parent 6448d5f commit 48556a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/sequence/componentparam.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -405,15 +405,15 @@ Specifies the interpolation type to be assigned to the keyframe, at the specifie
405405
Argument Type Description
406406
======================= =========== ===============================
407407
``time`` :ref:`time` A time of keyframe to modify.
408-
``interpretationType`` ``type`` Must be one of the following:
408+
``interpolationType`` ``type`` Must be one of the following:
409409

410-
- 0 ``kfInterpMode_Linear``
410+
- 0 ``KF_Interp_Mode_Linear``
411411
- 1 ``kfInterpMode_EaseIn_Obsolete``
412412
- 2 ``kfInterpMode_EaseOut_Obsolete``
413413
- 3 ``kfInterpMode_EaseInEaseOut_Obsolete``
414-
- 4 ``kfInterpMode_Hold``
415-
- 5 ``kfInterpMode_Bezier``
416-
- 6 ``kfInterpMode_Time``
414+
- 4 ``KF_Interp_Mode_Hold``
415+
- 5 ``KF_Interp_Mode_Bezier``
416+
- 6 ``KF_Interp_Mode_Time``
417417
- 7 ``kfInterpMode_TimeTransitionStart``
418418
- 8 ``kfInterpMode_TimeTransitionEnd``
419419

0 commit comments

Comments
 (0)