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
Describe your issue:
When running Blobity on screens which support 120fps like new Macs, the blob animation is quicker than it should be due to the animation relying on the requestAnimationFrame, which can fire at different rates by default.
Before creating this issue, did you think of...:
Have you checked closed issues for similar/related problems?
Have you provided all helpful information available?
Have you considered creating a demo repository, or a link to your running project where the problem is reproducible?
The text was updated successfully, but these errors were encountered:
Describe your issue:
When running Blobity on screens which support 120fps like new Macs, the blob animation is quicker than it should be due to the animation relying on the requestAnimationFrame, which can fire at different rates by default.
Before creating this issue, did you think of...:
The text was updated successfully, but these errors were encountered: