<view id="{{id}}" class="com-anim {{className}}" style="width:{{width}}rpx;height:{{height}}rpx;">
  <view class="com-keyframes keyframes-{{name}} {{show?'':'anim-hide'}}" 
  style="animation-play-state:{{paused?'paused':'running'}};transform:scale({{scaleX}},{{scaleY}});transform-origin: 0 0;{{src?`background-image:url(${src})`:''}}"
  onAnimationIteration="onAnimationIteration"
  onAnimationStart="onAnimationStart"
  onAnimationEnd="onAnimationEnd"
  onTap="onTap"
  ></view>
</view>