Open davwheat opened 3 years ago
Some styles currently animate position properties such as left, which is very bad for performance.
left
These should be replaced with transform: translate(x, y) instead.
transform: translate(x, y)
Checkbox.less
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