README.md
1# Basic Animations (JavaScript)
2
3### Introduction
4
5This sample demonstrates several basic animations of the **<image\>** component for JavaScript Feature Ability (FA) applications, such as scaling, rotation, translation, and gradient.
6
7### Usage
8
9Touch the buttons from top to bottom to scale and rotate the image.
10
11### Constraints
12
13This sample can only be run on large-system devices.
14
README_zh.md
1# 基本动画
2
3### 简介
4
5本示例演示了 JS FA 应用中,图片组件常见的几种动画,如:缩放,旋转,平移,渐变等。效果图如下:
6
7
8### 相关概念
9
10图形变换:图片组件常见的几种动画,如:缩放,旋转,平移,渐变等。
11
12### 相关权限
13
14不涉及。
15
16### 使用说明
17
18从上往下依次点击**按钮**,图片会实现缩放、旋转、翻转的动画效果。
19
20### 约束与限制
21
221.本示例仅支持在大型系统上运行。
23
242.本示例需要使用DevEco Studio 3.0 Beta4 (Build Version: 3.0.0.992, built on July 14, 2022)才可编译运行。