Skip to content

Commit

Permalink
Correct argument in TrackItem.Move Method
Browse files Browse the repository at this point in the history
After testing,  "ticks" changed to "seconds"
  • Loading branch information
dmcsweenadobe committed Sep 16, 2022
1 parent 1e9ebdc commit 7d972a1
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 7d972a1

Please sign in to comment.