-
Hi, I am making an experiment with small animations in gif format and it worked fine a couple days ago. However, now it shows the gif as a static gif. I already tried preloading and also not using a timeline variable but directly putting the image path into the stimulus field. Here is my code: Thanks in advance! Best, |
Beta Was this translation helpful? Give feedback.
Answered by
jodeleeuw
Mar 1, 2021
Replies: 1 comment 3 replies
-
Hi Neil, This is probably because of a change to our |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
nrschoen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Neil,
This is probably because of a change to our
image-keyboard-response
plugin in jsPsych 6.2/6.3. Try settingrender_on_canvas: false
in the parameters of that trial.