与 Lottie 一起在网络上播放动画。show pre-animation state => animate => detect animation complete => show post-anim state
该文档似乎很容易上手,但我在 javascript:中找不到非常基本的工作流程的任何文档/示例:这是我正在使用喜欢系统做的一个例子:
Unliked Post:
1: Display default state thumb graphic
2: User clicks thumb, play thumb animation
3: Animation completes, display liked state thumb graphic
Liked Post:
4: If user clicks already liked thumb...play reverse animation
5: Reverse animation complete, display default thumb graphic
任何帮助深表感谢!