I need to simulate a simple hover effect when hovering over a music cover, which is a layer on an instance, which is part of a huge playlist. The main component has 2 states, “enabled” and “hover” to simulate the hover effect. It also contains the title and a play button animating in.
My initial thought was to animate a black layer from 0% to 50% within the main component. But it doesn’t work as it is then replacing the music cover layer within the instance.
Any ideas?