transition.to VS transition.moveTo

Hello,

What is the difference between transition.to and transition.moveTo ?

They looks like so the same.

Thanks, Yvan.

moveTo is a shortcut that will move an object to a location.

transition.to can do that and more… you can transition a lot of other things like colors, scale, rotation, etc.

ok, thanks

moveTo is a shortcut that will move an object to a location.

transition.to can do that and more… you can transition a lot of other things like colors, scale, rotation, etc.

ok, thanks