VisualTransition is higher level than Tween. A twe...
# ceramic
b
VisualTransition is higher level than Tween. A tween lets you interpolate a float value and then you do whatever you want with it in the update callback. A transition is bringing you a special callback with properties to assign destination values, then the tweens are computed internally. VisualTransition is closer to what you would have with CSS property transitions, or Cocoa/iOS transitions if you ever used that