Bug 218224

Summary: animation-timing-function with transform
Product: WebKit Reporter: anthony.demuylder
Component: AnimationsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, dino, graouts, graouts, koivisto, simon.fraser, smoley, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 14   
Hardware: Unspecified   
OS: Unspecified   
URL: https://codepen.io/bali_balo/pen/1448d487d0cc3deb8cb466bafa21f914?editors=1100

anthony.demuylder
Reported 2020-10-26 23:34:32 PDT
animation-timing-function is applied to the whole animation instead of per keyframe when the animation involves transform. This issue is not present with other animated properties like width for example, which is correctly eased between each keyframe. Steps to Reproduce: 1) View https://codepen.io/bali_balo/pen/1448d487d0cc3deb8cb466bafa21f914?editors=1100 Actual Results: The third (red) bar only slows down when reaching the end of the animation. Expected Results: The third (red) bar should slow down when approaching the middle like the second (blue) bar, because a 50% keyframe is specified. Hardware: Tested on Safari, on an iPhone 8+ with iOS 14.0 - I do not own the phone so I do not have access to more advanced details. Additional Builds and Platforms: I get the expected results (bottom 2 bars slowing down halfway) on my desktop's Firefox and Chrome
Attachments
Smoley
Comment 1 2020-10-27 12:21:59 PDT
This appears to be behaving correctly on iOS 13.6.1. and the iOS 14.2 beta. I also tested on macOS Safari beta 14.0.1 and STP 115 (14.1) and in all cases I saw the expected results.
Radar WebKit Bug Importer
Comment 2 2020-10-27 12:22:10 PDT
Alexey Proskuryakov
Comment 3 2020-10-30 16:41:52 PDT
I also cannot reproduce on any builds that I have. Those are newer than iOS 14.0, so hopefully it's just already fixed.
Antoine Quint
Comment 4 2020-11-02 03:35:20 PST
*** This bug has been marked as a duplicate of bug 215807 ***
Note You need to log in before you can comment on or make changes to this bug.