[Webkit-unassigned] [Bug 250515] 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:33 PST 2023


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

            Bug ID: 250515
           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

Created attachment 464469

  --> https://bugs.webkit.org/attachment.cgi?id=464469&action=review

The attachment contains both implementation variants and a screen recording of the issue

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/62a3fedc/attachment.htm>


More information about the webkit-unassigned mailing list