Animation.scale3d
解释:缩放。
方法参数
Number sx, Number sy, Number sz
参数说明
在 X 轴缩放 sx 倍数,在 Y 轴缩放 sy 倍数,在 Z 轴缩放 sz 倍数。
示例
跳转编辑工具
扫码体验
代码示例
请使用百度APP扫码
图片示例
代码示例
- SWAN
- JS
<view class="wrap">
<view class="animation-element-wrapper">
<view class="animation-element" animation="{{animation}}"></view>
</view>
<view class="card-area">
<view class="top-description border-bottom">展示动画</view>
<button type="primary" bindtap="scale3d">scale3d</button>
</view>
</view>