Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bbb999 committed Sep 21, 2022
2 parents 0b518a7 + 7d972a1 commit 2d3116a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/item/trackitem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -428,14 +428,14 @@ TrackItem.move()
**Description**

Moves the inPoint of the track item to a new time.
Moves the inPoint of the track item to a new time, by shifting it by a number of seconds.

**Parameters**

=================== ============ =======================
Argument Type Description
=================== ============ =======================
``newInPoint`` ``String`` A time object that represent the amount of time, in ticks, to shift the track item's start.
``newInPoint`` ``Number`` A time object that represent the amount of time, in seconds, to shift the track item's start.
=================== ============ =======================

**Returns**
Expand Down

0 comments on commit 2d3116a

Please sign in to comment.