Web pages are interactive animations played back by your web browser. Every time JavaScript code changes the page, an area in the previous image is invalidated, and the browser draws a new one. When a page doesn't respond swiftly to user interactions or has jerky movements, something must be off.
Table of contents
Refresh Rate or Frame Rate?There's a Deadline to Produce Each FrameHow a Frame is ProducedPaint – When Code is Converted into PixelsHow to Optimize the Pipeline ActivitiesHow to Optimize an Animation – See it in ActionToo long; didn't read?2 Comments
Sort: