Hi,
if i include a simple html tag like <b> in my TextPlugin command, like this ...:
TweenLite.to(yourElement, 2, {text:"This is the <br>new</b> text", ease:Linear.easeNone});
the "new" text will be displayed bold, BUT for a short period of time the <b> and </b> tag is visible (before it disappears).
Is there a way to make html tags NOT be visible?
Thank you!