-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to adding class each line? #63
Comments
The lines plugin will add the --line-index css variable to each word, which you can use in your animation. For example: |
Having trouble with splitting by lines as well. The documentation is a little confusing (pretty new to coding). Do I still add |
I wish this functionality existed. At the moment it just provides a CSS variable, which I can't animate using GSAP. |
@elebumm I've heard you can use the GSAP SplitText plugin. However it is part of their Club Greensock membership. |
Not tested this but to animate with gsap have you tried something like:
|
I tried use code from documentation, it's not even wrapping line, instead just splitting words. Any idea how to adding class each line so i can animating per-line not per-word, thank you.
i want something like this anyway: https://somethinggood.no/
The text was updated successfully, but these errors were encountered: