在动画状态中可为动画添加一个或多个属性,属性包含属性名与属性值两个部分,属性名需完全遵照 GSAP 的 CSS 属性规范,并采用驼峰命名发。在设置属性名时,系统会自动提示支持的属性名列表,仅属性名列表支持的可进行设置,详细的属性列表可参考下方。
属性
- background:元素背景
- backgroundColor:
- backgroundImage:
- border:元素边框
- borderRadius:
- borderStyle:
- borderWidth:
- borderColor:
- boxShadow:
- clipPath:
- color:文本颜色
- display:
- fontSize:
- fontStyle:
- fontWeight:
- opacity:
- prespective:
- position:
- rotation:
- rotationX:
- rotationY:
- scale:
- scaleX:
- scaleY:
- skewX:
- skewY:
- transformOrigin:元素变形的中心点位置
- x:
- xPercent:
- y:
- yPercent:
更多属性还在完善中。