• So I got it so the Typing Effect animation happens on my header on all of my pages. What I would like is for the typed animation to happen only on my homepage, and for all other pages, such as posts and other pages, that the phrase appears already typed out but the cursor is still blinking after it.

    My thinking is, I don’t want to annoy my visitors with the same animation every time they load a new page. I’d rather the effect simply be maintained just by the blinking cursor after “By Nick Schultz” on every other page.

    Is this possible?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    there is no option to do that at the moment, but you can achieve something similar by using a negative type speed, for example:

    `
    <?php echo do_shortcode( ‘[typed string0=”By Nick Schultz” typeSpeed=”-9999″ startDelay=”0″]’ ) ?>
    `

    Thread Starter hapa17

    (@hapa17)

    thanks alessandro93d for responding! i actually figured out an alternative way to make it work simply by inserting code for this blinking cursor.

    https://codepen.io/ArtemGordinsky/pen/GnLBq

    thanks for your help!

    • This reply was modified 7 years, 1 month ago by hapa17.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Static cursor’ is closed to new replies.