shell
shell copied to clipboard
Use Animator whenever it's possible
Animator works on the graphic thread and is faster but it updates the property value at the end of the animation. We should always use it unless a normal animation is better (for example when we need to be notified on property changes during the animation).
http://doc.qt.io/qt-5/qml-qtquick-animator.html