~cimi/ubuntu-ui-toolkit/panel_export-position

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/AnimatedItem.qml

Various improvements to the documentation:
- Added an overview documentation page listing all the QML Items.
- Use \qmltype instead of deprecated command \qmlclass.
- Cleaned up directory structure.
- Added CSS style.. Approved by Gerry Boland, jenkins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 */
16
16
 
17
17
/*!
18
 
    \qmlclass AnimatedItem
 
18
    \qmltype AnimatedItem
19
19
    \inqmlmodule Ubuntu.Components 0.1
 
20
    \ingroup ubuntu
20
21
    \brief The AnimatedItem drives the animated components behavior inside a Flickable.
21
22
    Reports whether the component whos parent is a Flickable is in the visible area or not,
22
23
    so derived components can pause animations while off-screen.