|
475 | 475 | "Name": "StartAnimationActivity",
|
476 | 476 | "Subcategory": "Activities",
|
477 | 477 | "About": "Activity for Animations to Start another Animation",
|
| 478 | + "Icon": "/Assets/Helpers.png", |
478 | 479 | "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Animations/Xaml/Activities",
|
479 | 480 | "XamlCodeFile": "/SamplePages/Animations/Activities/StartAnimationActivity.bind",
|
480 | 481 | "CodeFile": "/SamplePages/Animations/Activities/StartAnimationActivityCode.bind",
|
481 |
| - "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/Fade.md" |
| 482 | + "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/AnimationSet.md" |
482 | 483 | },
|
483 | 484 | {
|
484 | 485 | "Name": "InvokeActionsActivity",
|
485 | 486 | "Subcategory": "Activities",
|
| 487 | + "Icon": "/Assets/Helpers.png", |
486 | 488 | "About": "Activity chaining Actions from the Behaviors package into an Animation schedule.",
|
487 | 489 | "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Behaviors/Animations",
|
488 | 490 | "CodeFile": "/SamplePages/Animations/Activities/InvokeActionsActivityCode.bind",
|
489 | 491 | "XamlCodeFile": "/SamplePages/Animations/Activities/InvokeActionsActivity.bind",
|
490 |
| - "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/Fade.md" |
| 492 | + "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/AnimationSet.md" |
491 | 493 | },
|
492 | 494 | {
|
493 | 495 | "Name": "Fade",
|
|
579 | 581 | "XamlCodeFile": "ItemsReorderAnimation.bind",
|
580 | 582 | "Icon": "/SamplePages/ItemsReorderAnimation/ItemsReorderAnimation.png",
|
581 | 583 | "BadgeUpdateVersionRequired": "Anniversary Update required",
|
582 |
| - "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/ReorderGrid.md" |
| 584 | + "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/ItemsReorderAnimation.md" |
583 | 585 | },
|
584 | 586 | {
|
585 | 587 | "Name": "EffectAnimations",
|
586 | 588 | "Subcategory": "Effect",
|
587 | 589 | "About": "Effects from the Media package that can be animated from an AnimationSet schedule.",
|
| 590 | + "Icon": "/SamplePages/Animations/Effects/EffectAnimations.png", |
588 | 591 | "CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Media/Animations",
|
589 | 592 | "XamlCodeFile": "/SamplePages/Animations/Effects/EffectAnimations.bind",
|
590 |
| - "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/Fade.md" |
| 593 | + "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/AnimationSet.md" |
591 | 594 | },
|
592 | 595 | {
|
593 | 596 | "Name": "Implicit Animations",
|
|
598 | 601 | "Icon": "/SamplePages/Implicit Animations/ImplicitAnimations.png",
|
599 | 602 | "XamlCodeFile": "ImplicitAnimationsCode.bind",
|
600 | 603 | "BadgeUpdateVersionRequired": "Creators Update required",
|
601 |
| - "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/ImplicitAnimations.md" |
| 604 | + "DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/ImplicitAnimationSet.md" |
602 | 605 | },
|
603 | 606 | {
|
604 | 607 | "Name": "Connected Animations",
|
|
0 commit comments