• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Introduction to Variable Frame Rates
2
3Nowadays, low-temperature polycrystalline oxide (LTPO) screens are widely used. This type of screen supports switching between frame rates at multiple levels.
4
5For fast-changing content, such as shooting games and interactive animations, a high frame rate is required. It ensures smooth images while causing a high power consumption.
6
7For slow-changing content, such as game halls and clock update animations, a low frame rate is used. It consumes less power and does not cause frame freezing.
8
9The variable frame rate capability enables you to achieve a balance between performance experience and power consumption on devices with the LTPO screens.
10
11OpenHarmony supports this capability. You can use the variable frame rate APIs to develop related services.
12
13
14## Use Scenarios
15The variable frame rate capability allows you to specify the frame rate in different scenarios. Typical use scenarios are as follows:
16- Configure the frame rate parameter for property animations or explicit animations. For details, see [Requesting Frame Rates for Animations](displaysync-animation.md).
17- Request an independent frame rate for UI components. For details, see [Requesting Frame Rates for UI Components](displaysync-ui.md).
18- Request an independent frame rate for custom content (such as gaming) through the **\<XComponent>** on the native side. For details, see [Requesting Frame Rates for Custom Content](displaysync-xcomponent.md).
19
20## Working Principles
21The variable frame rate provides the basic frame rate configuration for animation components, **\<XComponent>**, and UI components.
22
23After a valid expected frame rate is set, the system collects the configured frame rate and divides the frequency on the rendering pipeline.
24
25## Constraints
26
27The actual frame rate may be different from the expected one configured. It is limited by the system capability and screen refresh rate.
28