Files
ladybird/Userland/Libraries/LibWeb/Animations/DocumentTimeline.cpp
Matthew Olsson e91f4dcd79 LibWeb: Use Performance for animation time instead of MonotonicTime
Performance handles the document origin time correctly, and prevents
these times from being unusually large. Also initialize the
DocumentTimeline time in the constructor, since these can be created
from JS.
2024-03-10 15:13:47 +01:00

3.4 KiB