Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #389886

    Hi again!

    Is it possible to have a superscript number in the animated numbers? Without this one being affected by actual animation? I want to write square km as km<sup>2</sup>.

    Thanks a lot in advance!

    #390257

    Hey C-LabMX!

    I don’t think the script is going to allow that. In this case though a 2 is not going to be animated for very long. You could just use some CSS to change it’s color so it blends in.

    .entry-content-wrapper > .flex_column:last-child .heading > span:last-child {
      color: #999 !important;
    }

    Best regards,
    Elliott

    #390301

    Thanks a lot Elliott! I only added a changed for the size and alignment and it looks like a superscript now.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Superscript in animated numbers’ is closed to new replies.