Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想制作一个动画,例如显示从非常小的尺寸到正常尺寸的东西,然后重复(循环)一组帧。
仅使用 AE + Bodymovin 就可以实现吗?
我知道我可以将帧设置为 0 到 100,然后在 101 到 300 帧之间循环,但是如果有某种方法可以在 json 文件中指定它会很好。
ivIconVoice.playAnimation()
设置帧最小值和最大值。
ivIconVoice.setMinAndMaxFrame(65, 90)