0.0.6-beta.16 • Published 3 years ago

@bodymovin-parser/component-react v0.0.6-beta.16

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

component-react

react动效组件

何时应用

基于ae-bodymovin的web动效组件

须知

本组件使用Element.animate动画帧方法, 支持chrome36和firebox48以上版本

代码演示

<AEComponent 
    json={json}
    counts={'Infinity'}
    play={true}
    onload={() => {}}
    onPause={() => {}}
    onPlay={() => {}}
/>

效果展示

属性

参数说明类型默认值版本
source数据源JSON|string''0.0.1
autoPlay自动播放booleanfalse0.0.1
infinite是否循环播放booleanfalse0.0.1
duration播放时间number10000.0.1
onFinish播放完成回调function() => {}0.0.1
onLoad资源加载完成function() => {}0.0.1
onStart播放完成回调function() => {}0.0.1