<custom chineseName="Lottie 动画" engName="animation-view"></custom>
<view class="wrap">
    <view class="card-area">
        <animation-view
            class="controls"
            path="{{path}}"
            loop="{{loop}}"
            autoplay="{{autoplay}}"
            action="{{action}}"
            hidden="{{hidden}}"
            bindended="lottieEnd">
        </animation-view>
        <button bindtap="playLottie" type="primary">{{status}}lottie动画</button>
    </view>
</view>
