Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create an animation instance for element animations.
linear
ease
ease-in
ease-in-out
ease-out
step-start
step-end
50% 50% 0
const animation = my.createAnimation({ duration: 1000, timeFunction: 'ease' }); animation.scale(2).rotate(45).step(); this.setData({ animationData: animation.export() });
<view animation="{{animationData}}">Animated content</view>