X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fquick%2Fdoc%2Fsrc%2Fconcepts%2Fstatesanimations%2Ftopic.qdoc;h=e909dbc5dd5b6718a7d24c19914151673ae8f5ef;hb=b32406ed8069352d2120aff11c0da172848bdda4;hp=f4c5e894806c92f2916dd99c27a2778a40b2db59;hpb=2a78bf40acece9aba2b9be882e5a1ca06a8e2135;p=profile%2Fivi%2Fqtdeclarative.git diff --git a/src/quick/doc/src/concepts/statesanimations/topic.qdoc b/src/quick/doc/src/concepts/statesanimations/topic.qdoc index f4c5e89..e909dbc 100644 --- a/src/quick/doc/src/concepts/statesanimations/topic.qdoc +++ b/src/quick/doc/src/concepts/statesanimations/topic.qdoc @@ -90,30 +90,6 @@ and transition elements. See the documentation on and how to use them. -\section1 Animating Property Assignments - -Animations are not only related to states and transitions between states. For -example, an animation might be triggered by other events, which are not -associated with a distinct state. - -It is often beneficial to always animate changes to certain properties of -visual items, regardless of the cause of the change (for example, opacity -effects). Qt Quick provides the \l Behavior type which allows the client to -specify animation behavior for changes to properties. The \l Behavior type -is an example of a QML object -\l{qtqml-typesystem-topic.html#property-modifier-types}{property modifier}. - -Please see the documentation about -\l{qtquick-statesanimations-animations.html#default-animation-as-behaviors} -{default property animations} for more information about using the \l Behavior -element to provide default property change animations. - -It is important to note, that using default property animations (via the -\l Behavior type) in combination with state-transition animations can sometimes -result in undefined behavior occurring. Please see the documentation about -\l{qtquick-statesanimations-behaviors.html} -{using Qt Quick Behaviors with States} for more information about this topic. - \section1 Animated Sprites The concept of animated sprites is separate to the concept of animations as