I have a block of gray-scale social icons. They are being changed to a colored version, once hovered.
I decided to make it via pure CSS using :hover
pseudo-class. But the problem is that they only start loading when hovered, thus causing the image disappear for some seconds.
Is it possible to find the solution, for example, by loading them when the user is on the bottom of the page?
With best regards, Artem Ushakov