[영상] Chrome Devtools Update

소개 2013년  11월 ~ 2014년 2월까지 업데이트된 내용중 일부 기능을 소개합니다. HTML5Rocks(한국어) 참고 링크 Chrome DevTools for Mobile: Screencast and Emulation Chrome DevTools November Digest Updates to the Developer tools in Chrome 33

HTML5 transform:translate 와 top/left 성능 비교

참고 : “Myth busting the HTML5 performance of transform:translate vs. top/left”   개요 HTML5에서 애니메이션 효과를 내는 여러가지 방법들이 있습니다. 그 중에서 가장 성능이 좋은 방법이 무엇인지 조사하던 중에 발견한 포스팅 내용을 요약하였습니다.   테스트 범위 transform:translate vs. position:absolute and top/left CSS Transitions vs. custom JavaScript requestAnimationFrame() Graphics acceleration on vs. 더보기…