prefixes: [array] - an array of strings, representing all the vendor prefixes to support.
animation_name: [string] - a string to use as the animation name, for override in your own css.
transition_speed: [string] - a string representing the css transition speed (e.g. 0.45s)
keyframes: [object] - an object, where each key represents a number from 1-100, for each step of the keyframe animation. The value is an array, with two keys: the number of pixels to move up, and the color to change to. (e.g. ['10px', 'orange'])
char_classes: [array] - an array of strings representing custom classes for each wavyText character.