react-native-svg

Animate a Circle around another circle

孤人 提交于 2020-03-26 03:37:33
问题 I'm using react-native-svg. I'd like to animate a small circle around another bigger circle. This question is similar to this one. The animation is not tied to any gesture but time. The rotation should take a predefined delay in seconds to complete and should be as smooth as possible. Is it possible to do that with react-native-svg? To be complete, I have to say that there are other small circles that are plotted every seconds. This is already working by mutating the state every second. But