The read-only hasBeenActive property of the UserActivation interface indicates whether the current window has sticky user activation.
A boolean.
Use the hasBeenActive property to check whether the user has interacted with the page since it was loaded.
if (navigator.userActivation.hasBeenActive) {
// proceed with auto-playing an animation, for example
}