if you have an animation set up sometimes the right div to apply your filter/mixblendmode/etc changes and you have to aplly it to the parent of it to work properly.
maybe this is the problem in your case too.
Well, I double checked it. So the div class with element properties and data id (but this is the only element having here a data id) is nested inside div class - animation container, and then in div - above pages container. None of the parents dont have data id
yeah, you have to adress the “animation-container” in which the data-id is nested.
This can only been done with javascript/jquery as you cannot adress a parent of an element with pure css.
The code would look like this: