• Hi! Plugin works like a charm. I had tried installing typed.js manually but always ran into problems. Thanks bro.

    It’s even cooler with a blinking cursor. Added this to a custom CSS file and works great.

    .typed-cursor{
        opacity: 1;
        -webkit-animation: blink 0.7s infinite;
        -moz-animation: blink 0.7s infinite;
        animation: blink 0.7s infinite;
    }
    @keyframes blink{
        0% { opacity:1; }
        50% { opacity:0; }
        100% { opacity:1; }
    }
    @-webkit-keyframes blink{
        0% { opacity:1; }
        50% { opacity:0; }
        100% { opacity:1; }
    }
    @-moz-keyframes blink{
        0% { opacity:1; }
        50% { opacity:0; }
        100% { opacity:1; }
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author zonnix

    (@zonnix)

    Hi Myke,

    Thanks for installing the plugin and thanks for sharing your thoughts with us.

    Noe your CSS updates are added to the new version of the plugin with option “blinking Cursor” ??

    Thanks!

    Thread Starter myke.k.njogu

    (@mykeknjogu)

    Any ideas on how i can use the plugin on Revolution Slider? I inserted the shortcode in the slide editor and the typed text appeared. Only problem is that the text does not center.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Great Plugin. Better with blinking cursor.’ is closed to new replies.