I want to change the color of the text when a colored object is overlapped with my text. The problem is - those objects are not an animated background, but individual div objects that have the "fall" animation. I want to change Lorem's color from black to white when it overlaps a purple circle
I want to change Lorem's color from black to white when it overlaps a purple circle
My animation.
@keyframes fall {
0%{top:-40%;}
20%{top:0;}
80%{top:85%;}
100%{top:100%;}
}