Jump to content
Search Community

Bug: Can't use < or > in SplitText content

pakl
Moderator Tag

Go to solution Solved by Carl,

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Posted

Adding any < or > characters to a text causes these characters and anything enclosed between them to be omitted from the resulting text.

 

There is also a related issue where <br> causes an exception in SplitText.js:206.

See the Pen ukvbL by patrickklug (@patrickklug) on CodePen.

Posted

Hi,

 

In the config object of the splitText instance use chars as well as a delimiter. It seems that splitText is having some troubles recognizing the <tag> text as a word:

var tl = new TimelineLite, 
    mySplitText = new SplitText("#quote", {type:"lines,words,chars"}), 
    words = mySplitText.words;
Posted

Ah, I see. Unfortunately I can't use 'chars' in my use-case. Too many divs. Do I need to report this as a bug to support separately or are greensock monitoring the forums?

Posted

If you put a space after the < it works, or you could put some ASCII characters, but none of those are really ideal. 

 

See the Pen kDcfB by osublake (@osublake) on CodePen.

 

They monitor the forums and are really quick to respond, so I wouldn't worry unless you need it working tonight;

Posted

Hi,

 

I'll send this to our Pharaoh so He can consult with his animation alchemist and see what happens :D

 

Please stand by.

  • Like 1
  • Solution
Posted

Thanks all for jumping in.

This required an update to SplitText.

 

Pakl,

Please re-test your pen. It is now pulling in the fixed version of SplitText.

Thanks for reporting the issue here, and again, sorry for the hassle.

 

Best,

Carl

  • Like 2
Posted

Thanks for the quick response Carl.

 

Can you point me to the updated SplitText source. My original pen still seems to grab an outdated version.

Posted

that did it. Thanks for the quick help :)

  • 10 months later...
Posted

HI Bitmama,

 

We'll look into this. Give us a little time.

 

C

TRIPLESENSE REPLY
Posted

Works like a charm :)
Thanks for the quick job!
Massi

P.S.: sorry for answering this late

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...