• Home
Name Date Size #Lines LOC

..--

entry/12-May-2024-776656

screenshots/device/12-May-2024-

.gitignoreD12-May-2024121 88

README.mdD12-May-2024629 84

README_zh.mdD12-May-2024643 2513

build-profile.json5D12-May-20241 KiB4341

hvigorfile.jsD12-May-2024174 21

package.jsonD12-May-2024375 1918

README.md

1# Animation App<a name="EN-US_TOPIC_0000001113322500"></a>
2
3-   This JS-based animation sample app allows you to evaluate the basic animation capabilities of components, including rotation, translation, display/hide, and shadow. It also supports adjustment of the animation load. You can use the sample code as reference for your app development. This example applies to large systems \(reference memory ≥ 1 GB\).
4    1.  The app uses the following typical components: div, stack, video, image, text, input, and button.
5    2.  The app offers animation capabilities including rotation, translation, display/hide, and shadow.
6
7
8

README_zh.md

1# 动效示例应用
2
3### 简介
4
5该应用是一个体现组件动效基础能力的JS应用,包含组件的旋转、平移、显隐切换,以及组件阴影等功能。效果图如下:
6
7![](screenshots/device/animation.png)
8
9### 相关概念
10
11图形变换:包括旋转、平移、缩放等变换。
12
13### 相关权限
14
15不涉及。
16
17### 使用说明
18
19本示例展示了一组动效包括阴影,旋转,平移等。
20
21### 约束与限制
22
231.本示例仅支持在大型系统上运行,且参考内存 ≥ 1GiB。
24
252.本示例需要使用DevEco Studio 3.0 Beta4 (Build Version: 3.0.0.992, built on July 14, 2022)才可编译运行。