File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 3030
3131- term : " Frame"
3232 short_description : |-
33- A single image in a sequence of images that makes up an animation or UI update.
33+ A single image in a sequence of images that
34+ makes up an animation or UI update.
3435 long_description : |-
35- Flutter aims to produce 60 frames per second (fps), or 120 fps on capable devices.
36- This means the framework has approximately 16ms (or 8ms) to render each frame.
37- If the app takes longer than this to render a frame, the user may see
38- [jank](/resources/glossary#jank).
36+ Flutter aims to produce 60 frames per second (fps),
37+ or 120 fps on capable devices.
38+ This means the framework has approximately 16ms (at 60 fps)
39+ or 8ms (at 120 fps) to render each frame.
40+ If the app takes longer than this to render a frame,
41+ the user might see [jank](/resources/glossary#jank).
3942 related_links :
4043 - text : " Rendering performance"
4144 link : " /perf/rendering-performance"
You can’t perform that action at this time.
0 commit comments