Lines Matching refs:frame

3 …-ts/ts-explicit-animation.md#expectedframeraterange11) to set an expected frame rate range for a […
6 The code snippet below defines a property animation for the **Text** component and sets the frame r…
13 expectedFrameRateRange: { // Set the frame rate range of the property animation.
14 expected: 60, // Set the expected frame rate of the animation to 60 Hz.
15 min: 0, // Set the frame rate range.
16 max: 120, // Set the frame rate range.
22 …pet below defines an explicit animation for the **Button** component and sets the frame rate to 30.
30 expectedFrameRateRange: { // Set the frame rate range of the explicit animation.
31 expected: 30, // Set the expected frame rate of the animation to 30 Hz.
32 min: 0, // Set the frame rate range.
33 max: 120, // Set the frame rate range.
97 expectedFrameRateRange: { // Set the frame rate range of the property animation.
98 expected: 60, // Set the expected frame rate of the animation to 60 Hz.
99 min: 0, // Set the frame rate range.
100 max: 120, // Set the frame rate range.
121 expectedFrameRateRange: { // Set the frame rate range of the explicit animation.
122 expected: 30, // Set the expected frame rate of the animation to 30 Hz.
123 min: 0, // Set the frame rate range.
124 max: 120, // Set the frame rate range.
134 expectedFrameRateRange: { // Set the frame rate range of the explicit animation.
135 expected: 40, // Set the expected frame rate of the animation to 40 Hz.
136 min: 0, // Set the frame rate range.
137 max: 120, // Set the frame rate range.