aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickanimator_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Animators - Render thread animation systemGunnar Sletta2013-09-211-0/+196
This introduces 6 new QML types for animating state in the scene graph when the UI thread is blocked. The QObject property being animated is updated after the animation completes. It works also with the "windows" and "basic" render loops, but offer litte benefit then compared to in the "threaded" case. Change-Id: Ic19e47c898c0b8bd53e457db922b3c9c457c8147 Reviewed-by: Lars Knoll <lars.knoll@digia.com>