Forum Discussion
Fake a Blinking Cursor
How do you add css to Storyline?
CSS is added dynamically with JavaScript. You can find the code in my previous post. This approach would only be relevant if you decide to use a pipe/vertical bar solution to ensure continuous cursor/fake cursor blinking.
What is the placeholder? The "Type your response here" text?
Yes.
You wrote this: I think the issue is due to the removal of the data entry field placeholder
Put the placeholder back and run the slide with JAWS to see what happens.
You wrote this: This way your original data entry field will not get immediate focus.
Having two data entry fields on the slide will prevent immediate focus on the first one without a placeholder. Place the second field off-screen and remove it from the focus order to ensure it is not visible on the slide or to screen readers (it won't be outlined). Keep in mind that this is not a standard procedure; we are doing this solely to implement the continuous cursor blinking effect. You can see it in action in the attached video.