Y
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
tamana
3778 days ago
How did it work back then? A transparent canvas overlay? CSS element position changes?
link
PavlovsCat
3778 days ago
> A transparent canvas overlay
Yes. Using the DOM for a lot of individual spans totally kills this.
link
rescbr
3779 days ago
My guesses: OOP-style JS and translate3D CSS for moving the objects around.
link