Cannot use style='transition-delay:...' within timelineVariable #1576
Unanswered
angoodkind
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @angoodkind! I haven't used this property before, but based on the transition docs, it looks like the transition-delay property has to be used in conjunction with a transition property. I don't see a value for the CSS transition in your stimulus HTML. Is it set somewhere else? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a modified jsPsych plugin called jspsych-html-keyboard-multiple-response, which is based on the
html-keyboard-response
plugin.In my example below, there should be:
(1) and (3) work fine, but I cannot get the 3 second delay in (2) to work. Since the stimulus html is originally entered as a string, is there something different I should do? I've already tried adding a
<style>
block to the html file, and modifying jspsych.css with a new selector. Any idea where I'm going wrong?Beta Was this translation helpful? Give feedback.
All reactions