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!
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
Thanks a lot Elliott! I only added a changed for the size and alignment and it looks like a superscript now.