mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-11 16:18:10 +00:00
visual/MovieStim: add loop attribute
This commit is contained in:
parent
26cf59b047
commit
b70aec5095
@ -115,6 +115,12 @@ export class MovieStim extends VisualStim
|
||||
1.0,
|
||||
this._onChange(false, false)
|
||||
);
|
||||
this._addAttribute(
|
||||
'loop',
|
||||
loop,
|
||||
false,
|
||||
this._onChange(false, false)
|
||||
);
|
||||
|
||||
|
||||
// estimate the bounding box:
|
||||
|
Loading…
Reference in New Issue
Block a user