Don't just animate a gradient in CSS, it causes many performance issues, layout triggers, etc.
Instead use an animated transparent mask, which moves the colour with transforms.
https://codepen.io/sdras/pen/akAWPR/
[[animations]] [[css]]