I have tried a myriad of work-arounds. cannot crack this.
At first, i thought it involved opacity changes in my transitions. but it seems to happen no matter what i try.
give the flashing elements the highest z-index of the page so HTML don’t have to redraw them during transitions
try the CSS code below on those elements, to force antialisasing at all times and other things (that I dont fully understand, it’s code I grabbed and arranged over time for this specific issue)
I’m a dope and I have no idea what Z index is or how to effect it.
I’ve never applied a code snippet. Is it done globally, or asset-by-asset…?
Also - I’ve seen this problem all over on several Webflow sites.
Even on sites they are featuring in their Articles… (Overton Graphics, This is Craig)
Saw someone else commenting on this issue, they suggested this custom code:
For z-index, select the element in question (like the container of all the elements who are blinking), click on position:relative and add a value like 10 in the z-index box. if the box doesn’t appear, click again on the Relative button (even if it’s already clicked).
Z-index is the order of the elements on the Z axis (depth). So an element with 10 will be on top of an element with 9.
Try Zindex first, if it doesn’t work, open your page settings and in the custom code section:
That’s great Scott, thank you for the feedback and kind words, glad I could help.
So the reason here was what I suspected to begin with. Safari can’t seems to keep the anti-alisasing of text when there’s CSS transformations on top of it. Giving thoses texts the highest z-index place them on top of the vertical hierarchy (z axis) so Safari doesnt feel the need to redraw them for each frame.
@Vincent -
spoke a bit too soon.
works wonderfully on home page.
cannot get it to work on the three or four other pages I want to use it on.
May be because on home the transition elements are in one section and the non-transition elements (type etc) are in a separate section.
on my Digital page - for example - the transition graphic is in a column, alongside a column w/o transition. And the type refuses to stop flashing even when z index is up at 50.
May resort to plan B - code snippet.
Reeeeeeeaaaallllllyyyyy don’t want to. may have too.
still greatly appreciated the help.
No one else could explain or help at all until you popped up.