public bool CanKeepPlaying()
 {
     return(timelineCont.MoreTransitionsAvailable());
 }