Easing
Zing includes a wide rage of standard easing curves which can be used to enhance animation.
Animation.Tween { target: root.opacity from: 0; to: 1 easing: Easing.SineIn {} }
Zing includes a wide rage of standard easing curves which can be used to enhance animation.
Animation.Tween { target: root.opacity from: 0; to: 1 easing: Easing.SineIn {} }