Jump to content
Search Community

Fade up character animation on text in svg

Aamir Khan test
Moderator Tag

Recommended Posts

You can't use SplitText with SVG <text> elements, see topic

 

From the docs page https://greensock.com/docs/v3/Plugins/SplitText

  • SplitText is not designed to work with SVG <text> nodes.

So you either have to manually split your <text> element in your SVG (not recommend, this is a lot of manual work and you can't edit the text afterwards). Or use a normal HTML text element and overlay it on your SVG (this needs to be manually positioned, but then you can use SplitText), I would go that route if you can. Working with text in an SVG is never fun.

 

 

  • Like 1
Link to comment
Share on other sites

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...