protected override void PrepareTransition(string newItem)
 {
     stringLerp = new StringLerp(text.text, newItem);
 }
 public override void ForceSwap(string newItem)
 {
     text.text  = newItem;
     stringLerp = null;
 }