svga / SVGAPlayer-Web

Similar to Lottie. Render After Effects / Animate CC (Flash) animations natively on Android and iOS, Web. 使用 SVGAPlayer 在 Android、iOS、Web中播放 After Effects / Animate CC (Flash) 动画。
https://svga.io
Apache License 2.0
954 stars 239 forks source link

Parser.load方法是异步的吗? #110

Closed enson0131 closed 3 years ago

enson0131 commented 4 years ago

您好,非常感谢作者提供了一个这么棒的开源工具,在学习的过程中,相对暴露的SVGAPlayer进行封装,想问一下parser.load方法是异步的吗?

PonyCui commented 4 years ago

load(url: string, success: (videoItem: VideoEntity) => void, failure: (error: Error) => void): void; 是异步的