A simple React Component to Animate Between strings, with per-character animations.
Imagine power-point's by character animations.
API:
String to be displayed.
CSS transform to be applied to every character when it enters.
CSS transform to be applied to every character ehn it leaves.
Duration of CSS transition in seconds
CSS easing string
CSS transition delay per character. This will be multiplied by the index of each character for linearly staggered animations.