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

文档有误导的地方, 希望能更正 #126

Closed SamLuo835 closed 4 years ago

SamLuo835 commented 4 years ago

new SVGA.Player('#demoCanvas');

如上面所提,在文档中创建一个player instance 时候,传进去的并不是一个css selcetor。 如果是css selector 则会报错 Cannot read property 'getContext' of null

而传入一个html element的话则正常显示动画。