matrix-code-generator icon indicating copy to clipboard operation
matrix-code-generator copied to clipboard

Improve performance on Safari for MacOS and iOS

Open mlathrom opened this issue 5 years ago • 1 comments

The animation runs very sluggish on MacOS and iOS. This might just be a limitation of Safari's canvas implementation. Will need to research it a bit.

mlathrom avatar Jun 16 '20 05:06 mlathrom

Turns out the issue is that Safari's CSS filter performance is very slow. I use the CSS filters to create the blur and glow. Turns out their blur also doesn't support decimals, but only integers.

mlathrom avatar Jun 18 '20 03:06 mlathrom