Note that I am working on other's implementation, I am not familiar with GSAP yet.
In this animation, when the safe opens... red boxes are coming out of it.
There is a performance issue with these flying boxes. They don't "fly" smoothly only on ios devices (all of them).
This is happening at line 168 in logosDistances.forEach loop.
For the debugging, to ensure that there is no other animation in progress at the same time... I wrapped this tween in a timeout of 3sec.
There is TinyURL for this animation, the: https://tinyurl.com/redredbox
Thank you in advan