Commit Graph

1 Commits

Author SHA1 Message Date
Andreas Kling
fd01178b6c Tests: Add test for per-keyframe animation-timing-function
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.
2026-03-21 23:16:32 -05:00