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

循环播放次数 #31

Closed KeeepTrying closed 6 years ago

KeeepTrying commented 6 years ago

tim 20180515092503 循环播放大于1,永远只播放1次?

errnull commented 6 years ago

谢谢反馈, commit 57be372 中已修复

ericeyang commented 6 years ago

<div src="rose_2.0.0.svga" loops="1" clearsAfterStop="true" style="styles..."></div>

设置 loops = 1,会无限循环;

yola-0316 commented 6 years ago

貌似还是有bug,设为 大于1的整数,并不会循环。在源码中也没看到有使用loops的地方。只是修复了那条语句?

PonyCui commented 6 years ago

你尝试一下最新 commit 上的 js

yola-0316 commented 6 years ago

ok 拉去仓库最新的代码已解决