Replace CSS position animations with transform
Open
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
Assessment
This issue has not been assessed yet.