Hello,
I have the following problem with the header not executing the “move” setting.
Below are details:
The header is in a fixed position. When utilising “fade” everything works correctly. But “move” doesn’t work. At first, my header was also adjusted. But I saw in the browser inspector that this causes a conflict problem with “move” since both utilise CSS translate property. I have removed adjustment in the editor, but the DOM element keeps displaying:
" #comp-kuk2e9oa_r_comp-kbgajy18:not(.is-animating) { transform: translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg); " .
This setting overrides the move effect.
Please help me correct this issue.
Best,
Oleg