[Webkit-unassigned] [Bug 255114] Wave animation on https://deploy-preview-14--unas-new-site.netlify.app/ doens’t work in Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 6 13:44:57 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=255114

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
The animation is driven by:

.wave:where(.astro-J7PV25F6) {
    display:block;
    width:100%;
    height:clamp(2rem, 5vw, 10rem);
    margin:0;
    z-index:0;
    bottom:0
}

#page-divide:where(.astro-J7PV25F6) {
    animation:moveforward 10s linear infinite
}

@keyframes moveforward {
    0% {
        transform:translate(-90px)
    }

    to {
        transform:translate(85px)
    }
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230406/1e1b9499/attachment.htm>


More information about the webkit-unassigned mailing list