You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
405 B
1 lines
405 B
<view class="hx-jump-ball"><view class="ballBox" style="{{'z-index:'+(index)+';'}}" animation="{{ballBoxAnimationData}}"><view class="ballOuter" style="{{'width:'+(ballWidth*2+'upx')+';'+('height:'+(ballHeight*2+'upx')+';')+('background-color:'+(backgroundColor)+';')+('background-image:'+(backgroundImage?'url('+backgroundImage+')':'')+';')}}" animation="{{ballOuterAnimationData}}"></view></view></view>
|