aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKavindra Palaraja <kpalaraja@luxoft.com>2019-11-19 11:23:44 +0100
committerKavindra Palaraja <kpalaraja@luxoft.com>2019-11-19 13:33:17 +0100
commit02b8928d42398f963f98e2fa526d14f04f3db429 (patch)
treeb4020283735d0faff667f82c69ccc706298732da
parenta5c44aee2d92ed607ce1fc38910d35bd2df5ce9c (diff)
docs: Polish description to get straight to the pointv5.14.0-rc1
Change-Id: I7a5410f48c8dc91e90bcf4786e582e30214b5b3f Reviewed-by: Andy Shaw <andy.shaw@qt.io>
-rw-r--r--src/imports/timeline/doc/src/qtquicktimeline-index.qdoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/imports/timeline/doc/src/qtquicktimeline-index.qdoc b/src/imports/timeline/doc/src/qtquicktimeline-index.qdoc
index 2e49ef3..be2132c 100644
--- a/src/imports/timeline/doc/src/qtquicktimeline-index.qdoc
+++ b/src/imports/timeline/doc/src/qtquicktimeline-index.qdoc
@@ -32,14 +32,13 @@
user interfaces.
The Qt Quick Timeline module enables keyframe-based animations and
- parameterization. It takes a tooling-friendly approach, and is therefore
- directly supported by Qt Design Studio and Qt Quick Designer that
- contain a timeline editor for creating keyframe based animations.
+ parameterization. This module is directly supported by Qt Design Studio and
+ Qt Quick Designer, with a timeline editor to create keyframe-based animations.
\section1 Getting Started
To import the QML types into your application, use the following import
- statement in your .qml file:
+ statement in your \c{.qml} file:
\code
import QtQuick.Timeline 1.0