I have an app which makes extensive use of Transition. It is a cpu simulator which animates the movement of data around and between registers over a bus.
On IOS devices and on the simulator it works fine, but on android the movement (which should be consistent obviously) sometimes follows the path detailed in the transition parameters and sometime is nothing like these values, appearing on screen to go on a dance.
Martin