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
Can confirm this happens in Safari — on the same machine in Firefox, runs smoothly.
If I add visibility:hidden to the two DOM-powered animations in the sections beneath, Safari has no problem. Looking at those animations, they’re doing things like modifying width instead of transform, which is almost certainly tying up the main thread with reflow.
Marko Version: x.x.x
Not sure as it's on the main website.
Details
I was trying the demo out.
Expected Behavior
The demo to at least be performant enough to handle rapid clicks from the user.
Actual Behavior
The demo lags to the point of it showing clicks when my cursor wasn't even on the button.
Possible Fix
Not sure?
Your Environment
Safari 14.1 on macOS 11.3.1
.Steps to Reproduce
broken_makojs.mp4
The text was updated successfully, but these errors were encountered: