Hey there,
Wondering how to increase the speed of the homepage text animation with Intro using a child theme. I already recreated the js directory, added a copy of typed.js
, and tried increasing:
$.fn.typed.defaults = {
strings: ["These are the default values...", "You know what you should do?", "Use your own!", "Have a great day!"],
// typing speed
typeSpeed: 900,
but that didn’t seem to affect anything.
Thank you!