# animateTransform - [权限列表](#zh-cn_topic_0000001173324667_section11257113618419) - [子组件](#zh-cn_topic_0000001173324667_section9288143101012) - [属性](#zh-cn_topic_0000001173324667_section2907183951110) - [示例](#zh-cn_topic_0000001173324667_section360556124815) transform动效,支持的组件范围: , , , , , , , > **说明:** >从API Version 7 开始支持。 ## 权限列表 无 ## 子组件 不支持。 ## 属性 支持animate属性和以下表格中的属性。 名称 类型 默认值 必填 描述 type [translate | scale | rotate | skewX | skewY] - 是 设置transform动画的类型 ## 示例 ``` ``` ``` /* xxx.css */ .container { flex-direction: column; justify-content: flex-start; align-items: flex-start; background-color: #f8f8ff; } .back_container { flex-direction: row; justify-content: flex-start; align-items: flex-start; height: 1000px; width: 1080px; } ```  动画叠加 ``` ``` ``` /* xxx.css */ .container { flex-direction: column; justify-content: flex-start; align-items: flex-start; background-color: #f8f8ff; } .back_container { flex-direction: row; justify-content: flex-start; align-items: flex-start; height: 1000px; width: 1080px; } ```  涉及组件示例 ``` ``` ``` /* xxx.css */ .container { flex-direction: column; justify-content: flex-start; align-items: flex-start; background-color: #f8f8ff; } .back_container { flex-direction: row; justify-content: flex-start; align-items: flex-start; height: 1000px; width: 1080px; } ``` 
名称
类型
默认值
必填
描述
type
[translate | scale | rotate | skewX | skewY]
-
是
设置transform动画的类型