Lyric line transition speed

I’d love to be able to change the speed at which it transitions to the actively playing lyric line. Currently it jumps forward in quite a fast transition, which is a little jerky for slower music (I use it for worship music). I’d like the lines to almost roll past - even having an editable transition curve.

.lyrics {
  --transition-time: 500ms;
}

It will look something like the above. The default speed is 500ms. 0 would be an instant cut. Rolling past would probably be closer to 1000ms or more. I’m sure there is a way to do it “per-song” or something by using custom variables or certain colors and using the Project Script section but not sure off the top of my head.

2 Likes