mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-24 02:36:00 +00:00
Comment with source of default values for AnimatedLayer (#947)
This commit is contained in:
parent
b97dc37905
commit
3399700d85
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class AnimatedLayer extends Layer {
|
|||
this._typedAttributes = this.attributes;
|
||||
const { autoplay, autoreplay, start, speed } = this._typedAttributes;
|
||||
|
||||
// Default values from http://wiki.winamp.com/wiki/XML_GUI_Objects#.3Canimatedlayer.2F.3E
|
||||
this._playing = getBoolean(autoplay, false);
|
||||
this._autoReplay = getBoolean(autoreplay, true);
|
||||
this._frameNum = getNumber(start, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue