summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/README')
-rw-r--r--examples/widgets/animation/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/widgets/animation/README b/examples/widgets/animation/README
new file mode 100644
index 0000000000..e723a28722
--- /dev/null
+++ b/examples/widgets/animation/README
@@ -0,0 +1,8 @@
+The animation framework aims to provide an easy way for creating animated and
+smooth GUI's. By animating Qt properties, the framework provides great freedom
+for animating widgets and other QObjects. The framework can also be used with
+the Graphics View framework.
+
+
+Documentation for these examples can be found via the Examples
+link in the main Qt documentation.