Skip to content

Commit 1f9719b

Browse files
authored
Merge pull request #1810 from hyoshioka0128/patch-2
Broken Link
2 parents b10705e + b6eeca5 commit 1f9719b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

windows-apps-src/composition/using-the-visual-layer-with-xaml.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ XAML and Visual Layer interop functionality can be used to create advanced anima
1919
- Pixel-perfect drop shadows
2020

2121
These effects and animations can be applied to existing XAML content, so you don't have to dramatically restructure your XAML app to take advantage of the new functionality.
22-
Layout animations, shadows, and blur effects are covered in the Recipes section below. For a code sample implementing parallax, see the [ParallaxingListItems sample](https://github.com/microsoft/WindowsCompositionSamples/tree/master/SampleGallery/Samples/SDK 10586/ParallaxingListItems). The [WindowsUIDevLabs repository](https://github.com/microsoft/WindowsCompositionSamples) also has several other samples for implementing animations, shadows and effects.
22+
Layout animations, shadows, and blur effects are covered in the Recipes section below. For a code sample implementing parallax, see the [ParallaxingListItems sample](https://github.com/microsoft/WindowsCompositionSamples/tree/master/SampleGallery/Samples/SDK%2010586/ParallaxingListItems). The [WindowsUIDevLabs repository](https://github.com/microsoft/WindowsCompositionSamples) also has several other samples for implementing animations, shadows and effects.
2323

2424
## The XamlCompositionBrushBase class
2525

@@ -359,5 +359,5 @@ private void InitializeFrostedGlass(UIElement glassHost)
359359
- [Visual Layer overview](https://docs.microsoft.com/windows/uwp/composition/visual-layer)
360360
- [**ElementCompositionPreview** class](https://docs.microsoft.com/uwp/api/Windows.UI.Xaml.Hosting.ElementCompositionPreview)
361361
- Advanced UI and Composition samples in the [WindowsUIDevLabs GitHub](https://github.com/microsoft/WindowsCompositionSamples)
362-
- [BasicXamlInterop sample](https://github.com/microsoft/WindowsCompositionSamples/tree/master/SampleGallery/Samples/SDK 10586/BasicXamlInterop)
363-
- [ParallaxingListItems sample](https://github.com/microsoft/WindowsCompositionSamples/tree/master/SampleGallery/Samples/SDK 10586/ParallaxingListItems)
362+
- [BasicXamlInterop sample](https://github.com/microsoft/WindowsCompositionSamples/tree/master/SampleGallery/Samples/SDK%2010586/BasicXamlInterop)
363+
- [ParallaxingListItems sample](https://github.com/microsoft/WindowsCompositionSamples/tree/master/SampleGallery/Samples/SDK%2010586/ParallaxingListItems)

0 commit comments

Comments
 (0)