Skip to content

Commit 42930b0

Browse files
Fix Fade doc link and extra comma
1 parent ed2924b commit 42930b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -493,13 +493,13 @@
493493
},
494494
{
495495
"Name": "Fade",
496-
"Subcategory": "Effect",
496+
"Subcategory": "Behavior",
497497
"About": "Opacity of XAML elements using composition animations",
498498
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Animations/Behaviors",
499499
"CodeFile": "/SamplePages/Animations/Effects/FadeBehaviorCode.bind",
500500
"XamlCodeFile": "/SamplePages/Animations/Effects/FadeBehaviorXaml.bind",
501501
"Icon": "/SamplePages/Animations/Effects/FadeBehavior.png",
502-
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/Fade.md"
502+
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/AnimationSet.md"
503503
},
504504
{
505505
"Name": "Scale",
@@ -1234,7 +1234,7 @@
12341234
"CodeFile": "GazeTracingCode.bind",
12351235
"Icon": "/SamplePages/GazeTracing/GazeTracing.png",
12361236
"ApiCheck": "Windows.Devices.Input.Preview.GazeInputSourcePreview",
1237-
"DocumentationUrl" : "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/gaze/GazeInteractionLibrary.md",
1237+
"DocumentationUrl" : "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/gaze/GazeInteractionLibrary.md"
12381238
}
12391239
]
12401240
}

0 commit comments

Comments
 (0)