Created attachment 466774 [details] Test Case showing the animation issue with box-shadow When using an animation that animates the box-shadow CSS property, performance on Webkit 265348@main, Safari on macOS, iOS etc. is affected due to constant "Styles Invalidated" calls, and Layout / Paint calls. Test case attached.
Box shadow affects visual overflow, so we have to do some kind of layout to recompute this.
<rdar://problem/111116324>