Skip to content

Commit

Permalink
Add and use new animation backend.
Browse files Browse the repository at this point in the history
The new backend improves performance, and allows us to create
multiple running animation jobs from a single Transition. It is
based off of the existing Qt animation framework.

Change-Id: Id1d0162f6e5c65bf31267f3f9f2042c354375d57
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
  • Loading branch information
Michael Brasser authored and Qt by Nokia committed Feb 7, 2012
1 parent 0ca9d3f commit ce3dee7
Show file tree
Hide file tree
Showing 65 changed files with 7,407 additions and 802 deletions.
15 changes: 15 additions & 0 deletions src/declarative/animations/animations.pri
@@ -0,0 +1,15 @@
INCLUDEPATH += $$PWD

HEADERS += \
$$PWD/qabstractanimationjob_p.h \
$$PWD/qanimationgroupjob_p.h \
$$PWD/qsequentialanimationgroupjob_p.h \
$$PWD/qparallelanimationgroupjob_p.h \
$$PWD/qpauseanimationjob_p.h

SOURCES += \
$$PWD/qabstractanimationjob.cpp \
$$PWD/qanimationgroupjob.cpp \
$$PWD/qsequentialanimationgroupjob.cpp \
$$PWD/qparallelanimationgroupjob.cpp \
$$PWD/qpauseanimationjob.cpp

0 comments on commit ce3dee7

Please sign in to comment.