a vue component for lottie-web
npm install vue-lottie-web> a vue component for lottie-web
show Demo in local:
``
git clone git@github.com:niyingfeng/vue-lottie-web.git
npm install
npm run dev
`
Install through npm:
``
npm install --save vue-lottie-web
` @getLottieInstance=getLottieInstance bashuse component
开始
再一次
暂停
停止
renderer="canvas"
:loop="false"
:autoplay="false"
:animationData=lottieData
@onEnterFrame=onEnterFrame
@onComplete=onComplete
@onLoopComplete=onLoopComplete
/>
``