Platform: iOS
TNS: 3.0 RC
Git for example project: https://github.com/NordlingArt/tns-animate
button1 ("Move me"), works as expected without animation. I can set translateX and translateY over and over again. But animating button2 ("Animate me") is broken:
- The animation jumps and translates the view towards an unexpected position.
- After the animation is complete, I can no longer set the properties translateX, translateY, nor opacity because they were animated.
Reactions are currently unavailable
Platform: iOS
TNS: 3.0 RC
Git for example project: https://github.com/NordlingArt/tns-animate
button1 ("Move me"), works as expected without animation. I can set translateX and translateY over and over again. But animating button2 ("Animate me") is broken: