Is it possible to have a mix blend mode colour only show/trigger when hovering over an element?
I’d like to create a column or or grid of content that changes colour with the multiply blend mode when hovering over it.
Many thanks,
Is it possible to have a mix blend mode colour only show/trigger when hovering over an element?
I’d like to create a column or or grid of content that changes colour with the multiply blend mode when hovering over it.
Many thanks,
Hello @Nate_Sheridan,
Thanks for writing in!
The Mix Blend Mode is applied to the entire element. You cannot apply it when hovering over an element. You might be able to do so using a DIV element that overlays the element. The DIV overlay can have the Mix Blend Mode and then the DIV element will only be visible as you hover the element.
Hope this makes sense.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.