Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Safari/IE translate3d lagging/ghosting Reply To: Safari/IE translate3d lagging/ghosting

#248481
Shikkediel
Participant

Okay, I found it. It was minified inside the last script on the page. But with the console I can read it normally. In any case, that looks like a good script that’s using the right things to keep the “footprint” down.

Only having remote access makes it hard to debug JS unfortunately, I can’t turn off each of the scripts to see the effect. I was suspecting the embedded videos to be the culprit as well but the next thing you could try is to see what kind of impact disabling the typing animation has…

There’s not a lot you can do about IE besides replacing the script for one that uses mousewheel but that would likely be too much trouble. The delay you see is the difference between using the mousewheel and the browser firing the scroll event. It’s short, but enough to be noticeable.