요소의 스타일을 변경하기 위해 JavaScript가 실행되고 Style변경, 계산이 다시일어난다.
position, width, height, left, top, right, bottom, margin, padding, border, border-width, clear, display, float, font-family, font-size, font-weight, line-height, min-height, overflow, text-align, vertical-align, white-space, ...
background, background-image, background-position, background-repeat, background-size, border-radius, border-style, box-shadow, color, line-style, outline, outline-color, outline-style, outline-width, text-decoration, visibility, ...
transform, opacitiy, cursor, orphans, perspective , ...
가능한 Repaint, Reflow가 일어나지 않는 속성을 사용하는게 높은 성능의 애니메이션을 구현하는데 바람직하다고 할 수 있다.