当前位置:网站首页>Huawei Hongmeng watch achieves fireworks display effect on New Year's Eve
Huawei Hongmeng watch achieves fireworks display effect on New Year's Eve
2022-07-02 21:02:00 【Li Yuanjing】
Catalogue of fireworks display effects on New Year's Eve
Preface
After more than a year of popularization and Application , Hongmeng system has already involved various terminal equipment of Huawei , Like mobile phone. 、 Loudspeaker box 、 Watch and so on . The blogger just got Huawei WATCH GT Runner, Then use it to write the knowledge of Hongmeng watch development .

image-animator Components
Because it is the first blog post to explain , In order to let everyone know about Hongmeng watch App More interested in development , We will not explain any components separately . here , On New Year's Eve, Huawei watch dial displays fireworks , To make everyone more interested in development .
First , Fireworks bloom on the dial of the watch , It must be a dynamic process , It can be used video Component to implement , It can also be done through gif To achieve .
But it's a pity. , Hongmeng watch development component , Huawei did not provide video Components . Because no one can watch videos with a watch , Then you can only rotate pictures frame by frame , To achieve dynamic fireworks blooming effect .
and JS In the component , Huawei Hongmeng provides a image-animator. seeing the name of a thing one thinks of its function , Picture frame animation player , Through it, we can realize the rotation playback of pictures at a specified interval of seconds .
Realize the fireworks bloom on the dial
because , Since it is GIF Decomposed frame by frame pictures , Then it must be stored in the resource folder of the project , That is to say entry-src-mian-js-default-common In the folder , As shown in the figure below :

next , We need to be in js An array referencing this image is defined in the code :m_images, The specific code is as follows (index.js):
export default {
data: {
m_images:[ {
src: "/common/8.png"}, {
src: "/common/9.png"}
, {
src: "/common/10.png"}, {
src: "/common/11.png"}, {
src: "/common/12.png"}
, {
src: "/common/13.png"}, {
src: "/common/14.png"}, {
src: "/common/15.png"}
, {
src: "/common/16.png"}, {
src: "/common/17.png"}, {
src: "/common/18.png"}
, {
src: "/common/19.png"}, {
src: "/common/20.png"}, {
src: "/common/21.png"}
, {
src: "/common/22.png"}, {
src: "/common/23.png"}, {
src: "/common/24.png"}]
}
}
Because Huawei WATCH GT Runner The dial of is 466*466 Resolution screen , We can directly set the width of all pictures of fireworks to 466, This just shows up on the screen . Of course , It can also be defined directly css Style file settings are also ok .
however , Too many pictures, the bigger the packaged application , It cannot be installed beyond a certain size .index.css The code is as follows :
.container {
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
}
.title {
width: 200px;
font-size: 30px;
text-align: center;
}
.image-mode {
width: 466px;
height: 466px;
}
here , Bloggers directly set the width and height of the image to 466px. After the style definition and the reference array of the image resource file are set , You can directly design the layout file of the dial ,index.hml The code is as follows :
<div class="container">
<image-animator images="{
{m_images}}" duration="3s" class="image-mode"></image-animator>
</div>
among ,duration Property indicates the duration of a single playback , this 3s Divide by the number of pictures , Is the interval time of each frame .
In this way, the fireworks effect can be fully realized , The final effect is exactly the same as that in the first picture .
The project code download address of this blog : Click to download
边栏推荐
- Burp install license key not recognized
- Go cache of go cache series
- AMD's largest transaction ever, the successful acquisition of Xilinx with us $35billion
- Jetson XAVIER NX上ResUnet-TensorRT8.2速度與顯存記錄錶(後續不斷補充)
- A river of spring water flows eastward
- What is online account opening? Is it safe to open an account online now?
- GCC: Graph Contrastive Coding for Graph Neural NetworkPre-Training
- sense of security
- JS modularization
- [fluent] dart function (function composition | private function | anonymous function | function summary)
猜你喜欢

Jetson XAVIER NX上ResUnet-TensorRT8.2速度与显存记录表(后续不断补充)

【871. 最低加油次数】

Jetson XAVIER NX上ResUnet-TensorRT8.2速度與顯存記錄錶(後續不斷補充)

Resunet tensorrt8.2 speed and video memory record table on Jetson Xavier NX (continuously supplemented later)
![[source code analysis] model parallel distributed training Megatron (5) -- pipestream flush](/img/e9/f316d02c3cad226055dcdec6781436.jpg)
[source code analysis] model parallel distributed training Megatron (5) -- pipestream flush

GCC: Graph Contrastive Coding for Graph Neural NetworkPre-Training

Activation function - relu vs sigmoid

Complete example of pytorch model saving +does pytorch model saving only save trainable parameters? Yes (+ solution)

Postman interface test practice, these five questions you must know

Write the content into the picture with type or echo and view it with WinHex
随机推荐
[shutter] statefulwidget component (create statefulwidget component | materialapp component | scaffold component)
Activation function - relu vs sigmoid
Research Report on the overall scale, major manufacturers, major regions, products and applications of metal oxide arresters in the global market in 2022
Jetson XAVIER NX上ResUnet-TensorRT8.2速度與顯存記錄錶(後續不斷補充)
I did a craniotomy experiment: talk about macromolecule coding theory and Lao Wang's fallacy from corpus callosum and frontal leukotomy
【Hot100】23. Merge K ascending linked lists
AMD's largest transaction ever, the successful acquisition of Xilinx with us $35billion
Research Report on the overall scale, major manufacturers, major regions, products and application segmentation of the inverted front fork of the global market in 2022
股票开户要找谁?手机开户是安全么?
How to do interface testing? After reading this article, it will be clear
Research Report on the overall scale, major manufacturers, major regions, products and application segmentation of signal distributors in the global market in 2022
Share several map bed websites for everyone to share pictures
Driverless learning (III): Kalman filter
[source code analysis] model parallel distributed training Megatron (5) -- pipestream flush
Database schema notes - how to choose the right database in development + who invented relational database?
Sword finger offer (I) -- handwriting singleton mode
Research Report on the overall scale, major manufacturers, major regions, products and applications of battery control units in the global market in 2022
2021 software security report: open source code, happiness and disaster depend on each other?
[kubernetes series] comparison of space and memory usage before and after kubedm reset initialization
什么叫在线开户?现在网上开户安全么?