Skip to content

Commit 42003ca

Browse files
Updated description for seek property
1 parent d856a97 commit 42003ca

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

v3/src/sound/BaseSound.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,10 @@ var BaseSound = new Class({
101101
*/
102102
this.detune = 0;
103103
/**
104-
* [description]
104+
* Property representing the position of playback for this sound, in seconds.
105+
* Setting it to a specific value moves current playback to that position.
106+
* The value given is clamped to the range 0 to current marker duration.
107+
* Setting seek of a stopped sound has no effect.
105108
*
106109
* @property {number} seek
107110
*/

0 commit comments

Comments
 (0)