Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.10.0, 5.9.5, 5.10.1
-
a36b5f85ff92c9f849d07080e1115dccfcd5c93c
Description
I've just ported some web-javascript code to QML and noticed that the callback's timestamp parameter of requestAnimationFrame is in seconds instead of milliseconds like on all major browsers.
Receiving the same timestamp 60 times per second makes no sense at all.
Since this is a behavior-change, the non-existing documentation mentioned in QTBUG-46554 also needs to be updated.