Title: Great Plugin. Better with blinking cursor.
Last modified: September 3, 2016

---

# Great Plugin. Better with blinking cursor.

 *  [myke.k.njogu](https://wordpress.org/support/users/mykeknjogu/)
 * (@mykeknjogu)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/great-plugin-blinking-cursor/)
 * 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](https://wordpress.org/support/users/zonnix/)
 * (@zonnix)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/great-plugin-blinking-cursor/#post-8038326)
 * 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](https://wordpress.org/support/users/mykeknjogu/)
 * (@mykeknjogu)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/great-plugin-blinking-cursor/#post-8038348)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/typed_1ccaa9.svg)
 * [Typed Js](https://wordpress.org/plugins/typed/)
 * [Support Threads](https://wordpress.org/support/plugin/typed/)
 * [Active Topics](https://wordpress.org/support/plugin/typed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/typed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/typed/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [myke.k.njogu](https://wordpress.org/support/users/mykeknjogu/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/great-plugin-blinking-cursor/#post-8038348)