1# Pull to Refresh 2 3 4The pull-to-refresh component enables users to quickly obtain the latest content through a pull-down gesture. 5 6 7  8 9 10## How to Use 11 12- Use the pull-to-refresh component when the content changes quickly and users need to refresh screens continuously to update the content. 13 14- The loading animation is displayed during the pull-down process. 15 16- When the minimum pull-down distance is not reached, the page directly bounces back after users lift their fingers. 17 18- When the minimum pull-down distance is reached, the refresh animation is triggered after users lift their fingers. Only the loading animation is displayed, and no text is displayed. 19 20## Resources 21 22For details about the development guide related to the pull-to-refresh button, see [Refresh](../../application-dev/reference/arkui-ts/ts-container-refresh.md). 23