[Webkit-unassigned] [Bug 250516] New: [Web Animations] 'rotate' randomly switches direction or does nothing after multiple turns
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 12 08:16:48 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=250516
Bug ID: 250516
Summary: [Web Animations] 'rotate' randomly switches direction
or does nothing after multiple turns
Product: WebKit
Version: Safari 16
Hardware: All
OS: All
Status: NEW
Severity: Blocker
Priority: P2
Component: Animations
Assignee: webkit-unassigned at lists.webkit.org
Reporter: pizzahollandaise at gmail.com
CC: dino at apple.com, graouts at apple.com
I need to create a card element that always flips in the same direction when clicked and the attached two snippets do exactly what I want but only when using Chrome and Firefox. When viewing the snippet on Safari on both iOS and MacOS, one encounters a weird issue where after approximately 20 clicks, the card flips randomly back and forth and becomes unpredictable as shown in the attached screen record. I tried to implement the desired behaviour in two different variants which I also attached, one using a counter variable and one using the Web Animations API. Both variants work fine under Firefox and Chrome and should also work according to the official specification but do not work under Safari without regard to the operating system or device.
--
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/20230112/949b7d94/attachment-0001.htm>
More information about the webkit-unassigned
mailing list