lichess-org / chessground

Mobile/Web chess UI for lichess.org
https://lichess.org
GNU General Public License v3.0
1.03k stars 262 forks source link

Use transform for translateRel #113

Closed isaacl closed 4 years ago

isaacl commented 5 years ago

This is avoids setting left and top, which triggers a layout during each animation frame.

The change was originally added in 0c1b7a92d0.

niklasf commented 4 years ago

I did some testing (especially with zoom levels, because that was the original issue) and couldn't find any problems. Let's give this a shot.