We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d856a97 commit 42003caCopy full SHA for 42003ca
1 file changed
v3/src/sound/BaseSound.js
@@ -101,7 +101,10 @@ var BaseSound = new Class({
101
*/
102
this.detune = 0;
103
/**
104
- * [description]
+ * 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.
108
*
109
* @property {number} seek
110
0 commit comments