lusakasa / saka-key

A keyboard interface to the web
https://key.saka.io
MIT License
862 stars 70 forks source link

Finding and rendering link hints is much slower on Firefox #9

Open eejdoowad opened 7 years ago

eejdoowad commented 7 years ago

Finding link hints is 3-5 times slower on Firefox. Rendering is at least twice as slow.

pudymody commented 7 years ago

A good improvement i found testing is instead using left and top properties use a transform with translate3d to leverage the use to the gpu

eejdoowad commented 7 years ago

That's an interesting tip. I'll have to give it a shot.