Closed joelbarbosa closed 4 years ago
I try to use Animated with transition transform to anime the image up to down with loop but I need to create animation image, I can do this with .setState but it will update the all component and break my transition, any help?
transform
loop
.setState
It was resolved, I need to control everything with GameLoop or GameEngine.
I try to use Animated with transition
transform
to anime the image up to down withloop
but I need to create animation image, I can do this with.setState
but it will update the all component and break my transition, any help?