Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

TextSplitr

split text, free simple equivalent of greensock SplitText nested <span> tags are kept after split.

install

via npm :

npm install --save textsplitr

or use directly :

<scriptsrc="/textsplitr.min.js"></script>

documentation

new TextSplitr(DOMelement, [options]);

Parameters :

  • DOMelement : the DOM element you want to split
  • options (optional) : object with the possible following properties :
    • type (default: 'chars') : a comma-delimited list of the split type(s) which can be any of the following: chars, words.

license

ISC

About

split text, free simple equivalent of greensock SplitText

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages