Hi, I am wanting to find out if there is a way to tween two elements at the same speed given that they are different sizes.
Since the speed depends on the size of the tween I am finding it hard to have one element tween from 0px to 100px then on completion have another element tween from 0px to 50px at the same speed. Is there any other way I can control the speed of the tween apart from simply giving it a duration. If not the only idea I have is to set up some algorithm that given the size and speed for one element I could maybe determine the speed required for another element given its size. I am not even sure if that algorithm is possible so any ideas would be great. Thanks
