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.
我正在探索将两个动画组合成一个动画的可能性LottieAnimationView。有了这个,我们可以理想地创建动态动画,将长动画分成多个部分并动态构建。有谁知道这是否可能?
LottieAnimationView
你为什么不使用setminandsetMinAndMaxProgress(0,0.5f)你可以称之为你的第一个动画和setminandsetMinAndMaxProgress(0.5f,1f)你的第二个动画
setminandsetMinAndMaxProgress(0,0.5f)
setminandsetMinAndMaxProgress(0.5f,1f)