angrycat9000 / webapp-menu

Tools for creating an accessible menu (for example: file, edit, toolbars) for web apps.
https://webapp-menu.netlify.com/
MIT License
6 stars 1 forks source link

Transition Not Started Warnings #5

Closed angrycat9000 closed 4 years ago

angrycat9000 commented 4 years ago

Too many. Should be an rare case. Investigate why.

angrycat9000 commented 4 years ago

Seems like this was performance related. Moving the check to the 4th frame instead of the 3rd fixed it. Changed to a timeout in case the system drops 2 frames in a row.