Hello everyone.
I'm basing my project on the development of a puzzle posted by lfvp111 Felipe.
But I've noticed that the puzzle piece explosion effects run very slowly in Safari on both OSX and iOS, a little faster in Chrome, and much faster in Firefox.
Any idea why this happens?
Thanks.
The puzzle in question is from this post:
This is definitely a performance bug in Safari.
Best I can tell, the issue has to do with the vector shapes having a background image and being in a group that is scaled:
- If you select all vector shapes in the Pieces group and change their background fill style to 'Color', then it will be fast
- Or, if you select the Pieces group and choose 'Ungroup' then it will also be fast
I wasn't able to discover any workarounds beyond removing these triggers of the bug. I'd probably just take the pieces out of the group and manually resize them to fit. (I'm not 100% positive this will have adverse effects to the code, but I didn't spot problems)
Thanks Jonathan
I'm going to try it
1 Like