diff --git a/src/plugins/qmldesigner/components/timelineeditor/timelineanimationform.ui b/src/plugins/qmldesigner/components/timelineeditor/timelineanimationform.ui index f24da6edf99..3329d30af66 100644 --- a/src/plugins/qmldesigner/components/timelineeditor/timelineanimationform.ui +++ b/src/plugins/qmldesigner/components/timelineeditor/timelineanimationform.ui @@ -13,6 +13,9 @@ + + Number of times the animation runs before it stops. + Loops: @@ -49,6 +52,9 @@ + + Sets the animation to loop indefinitely. + Continuous @@ -113,6 +119,9 @@ 0 + + Name for the animation. + Animation ID: @@ -158,6 +167,9 @@ + + State to activate when the animation finishes. + Finished: @@ -165,6 +177,9 @@ + + Runs the animation backwards to the beginning when it reaches the end. + Ping pong @@ -218,6 +233,9 @@ true + + Runs the animation automatically when the base state is active. + Running in base state @@ -253,6 +271,9 @@ + + First frame of the animation. + Start frame: @@ -286,6 +307,9 @@ + + Length of the animation in milliseconds. If you set a shorter duration than the number of frames, frames are left out from the end of the animation. + Duration: @@ -293,6 +317,9 @@ + + Last frame of the animation. + End frame: diff --git a/src/plugins/qmldesigner/components/timelineeditor/timelineform.ui b/src/plugins/qmldesigner/components/timelineeditor/timelineform.ui index 370a6f8154c..53877b5695e 100644 --- a/src/plugins/qmldesigner/components/timelineeditor/timelineform.ui +++ b/src/plugins/qmldesigner/components/timelineeditor/timelineform.ui @@ -42,6 +42,9 @@ + + Last frame of the timeline. + End frame: @@ -52,6 +55,9 @@ + + First frame of the timeline. Negative numbers are allowed. + Start frame: @@ -87,6 +93,9 @@ false + + To create an expression binding animation, delete all animations from this timeline. + Expression binding @@ -94,6 +103,9 @@ + + Name for the timeline. + Timeline ID: @@ -152,6 +164,9 @@ + + Sets the expression to bind the current keyframe to. + Expression binding: