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
{{ message }}
This repository was archived by the owner on Jul 31, 2020. It is now read-only.
Date.now was introduced as a native method in ECMAScript 5.1 (ECMA-262)
This should be updated to use a fallback/polyfill or removed completely to avoid potentially breaking any features that rely on the output from the new standardised method.
I noticed this was interfering with some transition/animation logic in some other plugins I was using.