public void ActivateAnimation()
 {
     ts.BeginIndexedAnimation(0, 70, 1f, sphereColorGradient);
     secondaryTs.BeginIndexedAnimation(0, 70, 1f, sphereColorGradient);
 }