feat: 新增动画功能

This commit is contained in:
MTrun
2022-03-09 09:21:47 +08:00
parent b9b7c75627
commit 5c595fdedf
10 changed files with 157 additions and 79 deletions
+5
View File
@@ -7,6 +7,11 @@ export class publicConfig implements PublicConfigType {
public rename = undefined
// 基本信息
public attr = { x: 0, y: 0, w: 500, h: 300, zIndex: -1 }
// 基本样式(动画,透明)
public styles = {
opacity: 1,
animations: []
}
// 设置坐标
public setPosition(x: number, y: number): void {
this.attr.x = x