Text V4
A collection of utility functions to help with text animations.
All text functions are available on the text
imported from the main 'animejs'
module:
import { text } from 'animejs';
text.splitText();
Or imported directly from the main 'animejs'
module:
import { splitText } from 'animejs';
Or imported as a standalone module from the 'animejs/text'
subpath:
import { splitText } from 'animejs/text';
In this section