flarum / flarum/issue-archive

Replace CSS position animations with transform

Open
#116 0 comments 0 reactions 1 assignee Claimed by @davwheat View on GitHub
type/cleanup
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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.

- `Checkbox.less`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.