Development/CSS & SCSS
[CSS] 애니메이션 성능 개선 방법
moretz0921
2021. 1. 14. 22:09
출처
wit.nts-corp.com/2017/06/05/4571
CSS 애니메이션 성능 개선 방법(reflow 최소화, will-change 사용) | WIT블로그
CSS 애니메이션 성능 개선 방법(reflow 최소화, will-change 사용)
wit.nts-corp.com
reflow를 발생시키는 요소들.
Element clientHeight, clientLeft, clientTop, clientWidth, focus(), getBoundingClientRect(), getClientRects(), innerText, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerText, sc..
ymson.tistory.com