[Webkit-unassigned] [Bug 213172] Some of the animations on this CodePen demo don't work in Safari
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 13 13:29:30 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213172
--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
/* deactivate animations for safari because it's the new IE */
}
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
#foamMiddleWrapper {
animation-name: none;
animation-duration: inherit;
animation-timing-function: inherit;
will-change: inherit;
}
}
}
--
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/20200613/48a0935c/attachment.htm>
More information about the webkit-unassigned
mailing list