How many times per second do most devices refresh their screens


How many times per second do most devices refresh their screens?

: 100
: 35
: 60
: 20

Correct answer is:


How many times per second do most devices refresh their screens




: 60


Explanation:



Most devices today refresh their screens 60 times a second. If there’s an animation or transition running, or the user is scrolling the pages, the browser needs to match the device’s refresh rate and put up 1 new picture, or frame, for each of those screen refreshes.
Each of those frames has a budget of just over 16ms (1 second / 60 = 16.66ms). In reality, however, the browser has housekeeping work to do, so all of your work needs to be completed inside 10ms. When you fail to meet this budget the frame rate drops, and the content judders on screen. This is often referred to as jank, and it negatively impacts the user’s experience.







JOIN DIGITAL MARKETING INSTITUTE

Comments