We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefe5d6 commit d970314Copy full SHA for d970314
1 file changed
Robust.Client.IntegrationTests/UserInterface/ControlTest.cs
@@ -158,6 +158,7 @@ public void TestAnimations()
158
Property = nameof(TestControl.Foo),
159
KeyFrames =
160
{
161
+ new AnimationTrackProperty.KeyFrame(0f, 0f), // This is the common way to specify the first keyframe.
162
new AnimationTrackProperty.KeyFrame(1f, 1f),
163
new AnimationTrackProperty.KeyFrame(3f, 2f)
164
}
0 commit comments