Fixed that `WebView::animating` takes `self` instead of `&self` as
argument.
Testing: Unsure how this could be tested for, beyond creating a unit
test for each individual function as a sanity check that all parameters
are correct. This seems excessive.
Fixes: #44251
Signed-off-by: Java <javaderg@pm.me>