Hacker News new | ask | show | jobs
by elinchrome 3779 days ago
Those were faster in the late 90s. How is it so slow?
2 comments

How did it work back then? A transparent canvas overlay? CSS element position changes?
> A transparent canvas overlay

Yes. Using the DOM for a lot of individual spans totally kills this.

My guesses: OOP-style JS and translate3D CSS for moving the objects around.