Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Animator whenever it's possible #42

Open
plfiorini opened this issue Aug 22, 2016 · 0 comments
Open

Use Animator whenever it's possible #42

plfiorini opened this issue Aug 22, 2016 · 0 comments
Assignees
Labels
task Task
Milestone

Comments

@plfiorini
Copy link
Member

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

@plfiorini plfiorini added the task Task label Aug 22, 2016
@plfiorini plfiorini added this to the Post 1.0 milestone Apr 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Task
Projects
None yet
Development

No branches or pull requests

2 participants