diff --git a/HIG/source/style/animations.rst b/HIG/source/style/animations.rst index 724940b..a494f20 100644 --- a/HIG/source/style/animations.rst +++ b/HIG/source/style/animations.rst @@ -1,58 +1,58 @@ Animations ========== Purpose ~~~~~~~ Animation can be an effective tool in guiding user focus towards newly changed elements, and to avoid sudden glaring changes. Animations can exist also exclusively for visual flair. This is not covered by this HIG. Guidelines ~~~~~~~~~~ Default animations should be as follows: - - Items animating from visible to invisible should be InQuad + - Items animating from visible to invisible should be InCubic .. raw:: html - - Items animating from invisible to visible should be OutQuad + - Items animating from invisible to visible should be OutCubic .. raw:: html - - Items animating from visible to visible should be InOutQuad + - Items animating from visible to visible should be InOutCubic .. raw:: html Where going off screen or out of the window is considered as going invisible. Code ~~~~ Kirigami -------- - `QML: Animation `_ - `QML: Behavior `_ .. literalinclude:: /../../examples/kirigami/Move.qml :language: qml