kill
kill( ) ;
Stops any autoSplit behavior. Does NOT revert anything or restore the original innerHTML.
Details
Stops any autoSplit behavior (removes internal listeners for resize events and font loading), but it does NOT revert anything. To revert the SplitText (restore the original, unsplit innerHTML), use revert() instead (which also calls kill() internally). Note that if you call split() again after killing an instance, autoSplit behavior will get re-enabled.
