Typing effect background (PRO latest version and RC issue with convertplug)

Hello,

A few years back one client found out that whenever convertplus was enabled, the typing effect worked incorrectly: it would always leave the “blinking” cursor visible and instead it kind of forced a black background over the cursor having the effect.

You gave users this temporary fix: Classic and V2 Type text issue - background on cursor

However i just wanted to let you know that this issue is either a regression or was never fixed and in order to use the workaround that you previously provided you need to rewrite the “blink” keyframes in the “global css” section of the theme (PRO).

one would need to replace the previous code for this one.

/* Convertplug/PRO typing effect fix */
@keyframes blink{
from,to{
  background-color:transparent;
  opacity: 0
  }
50%{
  background-color:transparent;
  opacity: 1
  }
}

However i know this is a super low priority almost non-issue situation but if it dates back 2 years (and it’s NOT a regression), maybe it’s time for it to be fixed permanently.

Anyways, I didn’t write this to complain, the real goal is to “update” the workaround for other readers to use :slight_smile:

Hey @franticape,

It looks like the bug came back. I’ll forward post this issue once again to our tracker.

Please stay tuned.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.