1
0
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:
Sotiri Bakagiannis 2020-12-11 00:47:52 +00:00
parent 26cf59b047
commit b70aec5095

View File

@ -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: