Jump to content
Search Community

Need help with splitText

Vasyl Shvets test
Moderator Tag

Recommended Posts

For example:

<div data-split-this-container>
    <div>title first</div>
    <div class="text">text descr</div>
    <div>title second</div>
</div>

I have a container, and i need to split all words inside this container. Only element with class "text" i don't need to split, but also animate in turn. 

So in the end i need to have kind of this animation:

title > title > text descr > title > second.

 

Can anybody help?)

See the Pen QWOpNpo by vasyl-shvets (@vasyl-shvets) on CodePen

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