Skip to content

Commit b2b61e5

Browse files
sfshaza2parlough
andauthored
Apply a clarification to "Frame" glossary entry (#12892)
Applying a clarification/tweak that git wouldn't accept in my last PR. --------- Co-authored-by: Parker Lougheed <parlough@gmail.com>
1 parent 3ce0c8f commit b2b61e5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/data/glossary.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@
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"

0 commit comments

Comments
 (0)