forked from qt-creator/qt-creator
Doc: Update info about Easing Curve Editor and Curve Editor
Check the terminology and update the screenshots. Change-Id: I60427ac822065c10eac5133dab7530d4ad885bed Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 10 KiB |
Binary file not shown.
Before Width: | Height: | Size: 141 KiB |
BIN
doc/images/studio-easing-curve-editor.png
Normal file
BIN
doc/images/studio-easing-curve-editor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
@@ -244,13 +244,14 @@
|
|||||||
components can appear to pick up speed, slow down, or bounce back at the
|
components can appear to pick up speed, slow down, or bounce back at the
|
||||||
end of the animation. By default, the animations you specify on the
|
end of the animation. By default, the animations you specify on the
|
||||||
timeline are \e linear, which means that they move from the beginning to
|
timeline are \e linear, which means that they move from the beginning to
|
||||||
the end at a constant speed. You can use the \e {curve picker} to edit the
|
the end at a constant speed. You can use the \uicontrol {Easing Curve Editor}
|
||||||
easing curve between two keyframes. You can also use the more advanced
|
to edit the easing curve between two keyframes. You can also use the more
|
||||||
\e {curve editor} to edit the curves for the whole animation.
|
advanced \uicontrol {Curve Editor (C)} to edit the curves for the whole
|
||||||
|
animation.
|
||||||
|
|
||||||
\section2 Attaching Easing Curves to Keyframes
|
\section2 Attaching Easing Curves to Keyframes
|
||||||
|
|
||||||
\image studio-curve-picker.png
|
\image studio-easing-curve-editor.png "Easing Curve Editor"
|
||||||
|
|
||||||
You can use the preset curves or modify them by dragging the curve handlers
|
You can use the preset curves or modify them by dragging the curve handlers
|
||||||
around. You can add points to the curve and drag them and the point handlers
|
around. You can add points to the curve and drag them and the point handlers
|
||||||
@@ -258,22 +259,21 @@
|
|||||||
custom curve. For more information about easing curve types, see the
|
custom curve. For more information about easing curve types, see the
|
||||||
documentation for \l [QML] {PropertyAnimation}{easing curves}.
|
documentation for \l [QML] {PropertyAnimation}{easing curves}.
|
||||||
|
|
||||||
To zoom into and out of the easing curve picker, use the mouse roller. To
|
To zoom into and out of the easing curve editor, use the mouse roller. To
|
||||||
reset the zoom factor, right-click in the picker and select
|
reset the zoom factor, right-click in the picker and select
|
||||||
\uicontrol {Reset Zoom}.
|
\uicontrol {Reset Zoom}.
|
||||||
|
|
||||||
To attach easing curves to keyframes:
|
To attach easing curves to keyframes:
|
||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
\li Select a keyframe on the timeline.
|
\li Right-click a keyframe on the timeline and select
|
||||||
\li Select \uicontrol {Curve Picker (C)} on the toolbar, or press
|
\uicontrol {Easing Curve Editor} in the context menu.
|
||||||
\key C to open the curve picker.
|
|
||||||
\li Select an easing curve in the \uicontrol Presets tab.
|
\li Select an easing curve in the \uicontrol Presets tab.
|
||||||
\li In the \uicontrol {Duration (ms)} field, select the duration of the
|
\li In the \uicontrol {Duration (ms)} field, select the duration of the
|
||||||
easing function in milliseconds.
|
easing function in milliseconds.
|
||||||
\li Select \uicontrol Preview to preview the curve.
|
\li Select \uicontrol Preview to preview the curve.
|
||||||
\li Select \uicontrol OK to attach the easing curve to the keyframe
|
\li Select \uicontrol OK to attach the easing curve to the keyframe
|
||||||
and to close the curve picker.
|
and to close the easing curve editor.
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
When you attach easing curves to keyframes, the shape of the keyframe
|
When you attach easing curves to keyframes, the shape of the keyframe
|
||||||
@@ -286,8 +286,8 @@
|
|||||||
To customize easing curves:
|
To customize easing curves:
|
||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
\li In the curve picker, select an easing curve in the
|
\li In the \uicontrol {Easing Curve Editor}, select an easing curve in
|
||||||
\uicontrol Presets tab.
|
the \uicontrol Presets tab.
|
||||||
\li Drag the curve handlers to modify the curve.
|
\li Drag the curve handlers to modify the curve.
|
||||||
\li Right-click in the editor, and select \uicontrol {Add Point} to add
|
\li Right-click in the editor, and select \uicontrol {Add Point} to add
|
||||||
points to the curve.
|
points to the curve.
|
||||||
@@ -300,7 +300,7 @@
|
|||||||
\uicontrol Custom tab.
|
\uicontrol Custom tab.
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
To paste easing curve definitions to the curve picker as text, select
|
To paste easing curve definitions to the easing curve editor as text, select
|
||||||
the \uicontrol Text tab.
|
the \uicontrol Text tab.
|
||||||
|
|
||||||
\section1 Editing Animation Curves
|
\section1 Editing Animation Curves
|
||||||
@@ -310,9 +310,9 @@
|
|||||||
modify the curve. You can modify the appearance of the curve in the style
|
modify the curve. You can modify the appearance of the curve in the style
|
||||||
editor.
|
editor.
|
||||||
|
|
||||||
You can also edit easing curves that you added with the curve picker.
|
You can also edit easing curves that you added with the easing curve editor.
|
||||||
|
|
||||||
\image studio-curve-editor.png
|
\image studio-curve-editor.png "Curve Editor"
|
||||||
|
|
||||||
To edit animation curves:
|
To edit animation curves:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user