Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Doc fix
Change-Id: I94712d5e7ca81618c4c506f5984ff94c46b730dd
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
  • Loading branch information
Alan Alpert authored and Qt by Nokia committed Feb 9, 2012
1 parent 85069f4 commit e299f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/quick/particles/qquickimageparticle.cpp
Expand Up @@ -770,9 +770,9 @@ void fillUniformArrayFromImage(float* array, const QImage& img, int size)
Acceptable values are
\list
\o None: Particles just appear and disappear.
\o Fade: Particles fade in from 0 opacity at the start of their life, and fade out to 0 at the end.
\o Scale: Particles scale in from 0 size at the start of their life, and scale back to 0 at the end.
\o ImageParticle.None: Particles just appear and disappear.
\o ImageParticle.Fade: Particles fade in from 0 opacity at the start of their life, and fade out to 0 at the end.
\o ImageParticle.Scale: Particles scale in from 0 size at the start of their life, and scale back to 0 at the end.
\endlist
Default value is Fade.
Expand Down

0 comments on commit e299f0d

Please sign in to comment.