Code:
.shine-effect__text .text-gradient {
animation: shine_effect_text 5s infinite linear;
}
@keyframes shine_effect_text {
0% {
background-position: 0;
}
100% {
background-position: 800px;
}
}
Note:
- Add new class: shine-effect__text
- Past custom CSS
- Set text color to "Gradient" and option "Radial"