matrix-code-generator
matrix-code-generator copied to clipboard
Improve performance on Safari for MacOS and iOS
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.
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.