Skip to content

Commit

Permalink
updated preload
Browse files Browse the repository at this point in the history
  • Loading branch information
chuqihu8 committed Nov 21, 2023
1 parent 6216876 commit bd98318
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/test1.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
for (var i = 1; i <= 32; i++) {
images.push('img/social/version2/'+i + '.png');
}

images.push('img/social/version2/p1.png','img/social/version2/p2.png','img/social/version2/p3.png');
var preload = {
type: jsPsychPreload,
images: images,
Expand Down
2 changes: 1 addition & 1 deletion docs/test2.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
show_progress_bar: true

}

images.push('img/spatial/version2/p1.png','img/spatial/version2/p2.png','img/spatial/version2/p3.png');
timeline.push(preload);


Expand Down

0 comments on commit bd98318

Please sign in to comment.