You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
potential sources of lag that need to be addressed from experimental analysis perspective:
Between timer instantiation and the first mouse event
This means our first sample will never have a timestamp at zero
From Blur initiation and hiding
The timer and sampling from startTracking() are delayed whilst the blur is loading. If we have a promise that hides the screen, maybe best practice is to put startTracking in the promise.
The text was updated successfully, but these errors were encountered:
potential sources of lag that need to be addressed from experimental analysis perspective:
The text was updated successfully, but these errors were encountered: