mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
The CSS spec says animation-timing-function is applied per keyframe interval, not as an overall effect-level timing function. Currently we apply it globally, causing wrong intermediate values and ignoring per-keyframe animation-timing-function declarations in @keyframes rules. A following commit will fix this.