<view class=“bc_superlightmmgg1” wx:for=’{{6}}’ animation="{{animationData}}">
<view class=“bc_superlight”>
<view class=“click_cable” catchtap=‘combine’>
<view></view>
</view>
<view class=“title_team updown_array”>
<view class=“tt_title fc_main”>人人创信相关项目</view>
<view class=“tt_team restricted_single fc_light”>人人创信项目技术群</view>
</view>
<view class=“time_people about_array fc_light”>
<view class="tp_time ">2012-03-03</view>
<view class=“tp_people about_array”>
<text>10</text>人</view>
</view>
</view>
</view>
var animation = wx.createAnimation({
duration: 10000,
timingFunction: ‘ease’,
})
this.animation = animation
animation.bottom(2000).step()
this.setData({
animationData: animation.export()
})