diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..f7666af5b4b222a7f321a7788dc36523fcdecb8b --- /dev/null +++ b/README.en.md @@ -0,0 +1,29 @@ +# Slider + +### Introduction + +Learn how to implement the animation effect of adjusting the size and rotational speed of the windmill using the **Slider** component. Example: + +![](screenshots/device/slider_EN.gif) + +### Concepts + +- Text: a component used to display a piece of text. +- Image: a component used to render and display images. +- Slider: a component used to quickly adjust settings, such as the volume and brightness. + +### Permissions + +N/A + +### How to Use + +1. Drag the scroll bar to adjust the rotational speed of the windmill. +2. Drag the scroll bar to adjust the size of the windmill. + +### Constraints + +1. The sample is only supported on Huawei phones with standard systems. +2. HarmonyOS: HarmonyOS NEXT Developer Beta1 or later. +3. DevEco Studio: DevEco Studio NEXT Developer Beta1 or later. +4. HarmonyOS SDK: HarmonyOS NEXT Developer Beta1 SDK or later. \ No newline at end of file diff --git a/screenshots/device/slider_EN.gif b/screenshots/device/slider_EN.gif new file mode 100644 index 0000000000000000000000000000000000000000..2b60b9f296dd027b22df1952db870369eab54d40 Binary files /dev/null and b/screenshots/device/slider_EN.gif differ