flarum / issue-archive

0 stars 0 forks source link

Replace CSS position animations with transform #116

Open davwheat opened 3 years ago

davwheat commented 3 years ago

Some styles currently animate position properties such as left, which is very bad for performance.

These should be replaced with transform: translate(x, y) instead.