-
Couldn't load subscription status.
- Fork 1.4k
Docs update #1748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs update #1748
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the en-us from links to docs.microsoft.com
docs/animations/FadeHeader.md
Outdated
| # FadeHeader | ||
|
|
||
| The FadeHeader fades a ListView or GridView Header UIElement when the user scrolls. The UIElement fades out to 0 opacity when the edge of the Header reaches the edge of the visible bounds of the ListElement. | ||
| The [FadeHeader](https://docs.microsoft.com/en-us/dotnet/api/microsoft.toolkit.uwp.ui.animations.parallaxservice) fades a ListView or GridView Header UIElement when the user scrolls. The UIElement fades out to 0 opacity when the edge of the Header reaches the edge of the visible bounds of the ListElement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be the wrong link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops
docs/animations/AnimationSet.md
Outdated
| | Then() | Wait for existing animations to complete before running new animations | | ||
|
|
||
| ### EasingType | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EasingType is listed under methods instead of Properties. This should be listed with the properties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch
docs/animations/Blur.md
Outdated
| # Blur | ||
|
|
||
| The Blur animation blurs a XAML element by increasing or decreasing pixel size. Blur animation is applied to all the XAML elements in its parent control/panel. Blur animation doesn't affect the functionality of the control. | ||
| The [Blur animation](https://docs.microsoft.com/en-us/dotnet/api/microsoft.toolkit.uwp.ui.animations.animationextensions) blurs a XAML element by increasing or decreasing pixel size. Blur animation is applied to all the XAML elements in its parent control/panel. Blur animation doesn't affect the functionality of the control. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible wrong link? Or do you want to link to https://docs.microsoft.com/dotnet/api/microsoft.toolkit.uwp.ui.animations.animationextensions#Microsoft_Toolkit_Uwp_UI_Animations_AnimationExtensions_BlurEffect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| ## Related Topics | ||
|
|
||
| - [Visual layer](https://docs.microsoft.com/en-us/windows/uwp/composition/visual-layern) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in link. Remove trailing n
docs/animations/Fade.md
Outdated
| # Fade | ||
|
|
||
| The Fade animation fades objects, in and out, over time. Fade animation is applied to all the XAML elements in its parent control/panel. Fade animation doesn't affect the functionality of the control. | ||
| The [Fade animation](https://docs.microsoft.com/en-us/dotnet/api/microsoft.toolkit.uwp.ui.animations.animationextensions) fades objects, in and out, over time. Fade animation is applied to all the XAML elements in its parent control/panel. Fade animation doesn't affect the functionality of the control. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible wrong link or intended to use with id #Microsoft_Toolkit_Uwp_UI_Animations_AnimationExtensions_Fade_
| The Implicit Animations Attached Properties can be used in combination with the VisualExtensions. This works well when used in Storyboards. | ||
| The Implicit Animations Attached Properties enable implicit animations to be defined in your XAML code by using the [Composition Animation](https://docs.microsoft.com/en-us/windows/uwpcommunitytoolkit/animations/compositionanimations) XAML objects. This allows animations to be defined directly on the element, or defined as XAML resources and applied to any XAML element. | ||
|
|
||
| The Implicit Animations Attached Properties can be used in combination with the [VisualExtensions](https://docs.microsoft.com/en-us/windows/uwpcommunitytoolkit/extensions/viewextensions). This works well when used in Storyboards. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VisualExtensions should be ViewExtensions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha Actually, ViewExtensions should be VisualExtensions. Wrong link 😄
docs/animations/Light.md
Outdated
| # Light | ||
|
|
||
| The Light animation behavior performs a point light (A point source of light that emits light in all directions) in the middle of a given UIElement. You set the distance property of the light to determine how bright the light will be. The closer the light source, the darker the UI element will be. ***NOTE**: Heavy usage of effects may have a negative impact on the performance of your application.* | ||
| The [Light animation](https://docs.microsoft.com/en-us/dotnet/api/microsoft.toolkit.uwp.ui.animations.animationextensions) behavior performs a point light (A point source of light that emits light in all directions) in the middle of a given UIElement. You set the distance property of the light to determine how bright the light will be. The closer the light source, the darker the UI element will be. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible wrong link or intended to use with id #Microsoft_Toolkit_Uwp_UI_Animations_AnimationExtensions_Light_
docs/animations/Offset.md
Outdated
| # Offset | ||
|
|
||
| The Offset animation is used to move the control from one place to another. Offset animation is applied to all the XAML elements in its parent control/panel. Offset animation doesn't affect the functionality of the control. | ||
| The [Offset animation](https://docs.microsoft.com/en-us/dotnet/api/microsoft.toolkit.uwp.ui.animations.animationextensions) is used to move the control from one place to another. Offset animation is applied to all the XAML elements in its parent control/panel. Offset animation doesn't affect the functionality of the control. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add id #Microsoft_Toolkit_Uwp_UI_Animations_AnimationExtensions_Offset_ to link
docs/animations/Rotate.md
Outdated
| # Rotate | ||
|
|
||
| The Rotate animation allows users to modify and animate the control's rotation. Rotate animation is applied to all the XAML elements in its parent control/panel. Rotate animation doesn't affect the functionality of the control. | ||
| The [Rotate animation](https://docs.microsoft.com/en-us/dotnet/api/microsoft.toolkit.uwp.ui.animations.animationextensions) allows users to modify and animate the control's rotation. Rotate animation is applied to all the XAML elements in its parent control/panel. Rotate animation doesn't affect the functionality of the control. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add id to link #Microsoft_Toolkit_Uwp_UI_Animations_AnimationExtensions_Rotate_
docs/animations/Saturation.md
Outdated
| # Saturation | ||
|
|
||
| The Saturation animation selectively saturates a XAML element. Saturation animation is applied to all the XAML elements in its parent control/panel. Saturation animation doesn't affect the functionality of the control. | ||
| The [Saturation animation](https://docs.microsoft.com/en-us/dotnet/api/microsoft.toolkit.uwp.ui.animations.animationextensions) selectively saturates a XAML element. Saturation animation is applied to all the XAML elements in its parent control/panel. Saturation animation doesn't affect the functionality of the control. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add id to link #Microsoft_Toolkit_Uwp_UI_Animations_AnimationExtensions_Saturation_
docs/animations/AnimationSet.md
Outdated
| ***Note:** Blur, Light and Saturation animation don't support easing* | ||
| > [!IMPORTANT] | ||
| EasingType is used only when AnimationSet.UseComposition == false | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note #1761
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late response, I had exams this week.
For now, I will keep it like this. If #1761 didn't solve this issue then we can change it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@WilliamABradley Will code block inside a Note work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A Note is just a skinned Quote Block, which can handle some formatting:
>```csharp
> void
>```
This works the same here on GitHub, as it does in the MarkdownTextBlock.
void
|
@Vijay-Nirmal @cbarkerms Onedrive and MS Graph documentation hasn't been updated since #1588, this could do with some restructuring, also the requirements need updated specifying .NET Standard support. I like this style: Requirements
|
|
@Vijay-Nirmal, I'm going to move this to 3.0. We can always merge for 2.2 if you get it done that fast :) |
|
@nmetulev Sorry for the delay. I am overloaded with many projects in college. I will try to complete before v2.2 |
|
No worries, we all get busy :). Just FYI, the code freeze for 2.2 is next Wednesday. |
|
@Vijay-Nirmal #1650 has now been merged, you will need to merge the documentation changes with your changes. You should open the Sample app and check how your Sample pages look in the Documentation pane. A change I made to the Sample app means that it Debug mode, the Sample App will always use the local copy of the documentation, so that editing any files will reflect in the app, rather than always getting the version from docs.microsoft.com. This means that you should now be able to preview your modifications in the Sample app. |
|
More than 60 conflicting files 😮 |
|
Visual Studio & VS Code have powerful merging tools 😄 |
|
Or use vscode, it is freaking cool how easy & quickly you can merge with this editor. |
|
@Odonno I am already using VSCode. |
|
This PR seems inactive. @Vijay-Nirmal Do you need help to complete this issue? |
|
This PR seems inactive. @Vijay-Nirmal Do you need help to complete this issue? |
I didn't add Properties/Methods in Linkedin, MicrosoftGraph, MicrosoftTranslator, OneDrive and Twitter
|
I didn't add Properties/Methods in Linkedin, MicrosoftGraph, MicrosoftTranslator, OneDrive and Twitter because they will be changed when we move to Ping @WilliamABradley, @skendrot, @nmetulev for review |
|
Yeah, let's split this up the rest of the work in another PR, this is becoming huge :) Once you are ready with the current work, let us know so we can review. |
|
@nmetulev I think I finished all the work. I didn't add Properties/Methods for Services because I got confused with |
|
Apologies, i didn't realize this was ready for review. Will review it asap. ping @skendrot and @WilliamABradley to update their reviews |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a huge PR, and I left few comments, but overall, looks great.
docs/animations/AnimationSet.md
Outdated
| .SetDurationForAll(500); | ||
| .Start(); | ||
| } | ||
| .Start(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks the code block rendering, needs few tabs
docs/animations/Blur.md
Outdated
| # Blur | ||
|
|
||
| The Blur animation blurs a XAML element by increasing or decreasing pixel size. Blur animation is applied to all the XAML elements in its parent control/panel. Blur animation doesn't affect the functionality of the control. | ||
| The [Blur animation](https://docs.microsoft.com/dotnet/api/microsoft.toolkit.uwp.ui.animations.animationextensions#Microsoft_Toolkit_Uwp_UI_Animations_AnimationExtensions_Blur_) blurs a XAML element by increasing or decreasing pixel size. Blur animation is applied to all the XAML elements in its parent control/panel. Blur animation doesn't affect the functionality of the control. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this point to: https://docs.microsoft.com/dotnet/api/microsoft.toolkit.uwp.ui.animations.animationextensions.blur instead
docs/animations/Fade.md
Outdated
| # Fade | ||
|
|
||
| The Fade animation fades objects, in and out, over time. Fade animation is applied to all the XAML elements in its parent control/panel. Fade animation doesn't affect the functionality of the control. | ||
| The [Fade animation](https://docs.microsoft.com/dotnet/api/microsoft.toolkit.uwp.ui.animations.animationextensions#Microsoft_Toolkit_Uwp_UI_Animations_AnimationExtensions_Fade_) fades objects, in and out, over time. Fade animation is applied to all the XAML elements in its parent control/panel. Fade animation doesn't affect the functionality of the control. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # FadeHeader | ||
|
|
||
| The FadeHeader fades a ListView or GridView Header UIElement when the user scrolls. The UIElement fades out to 0 opacity when the edge of the Header reaches the edge of the visible bounds of the ListElement. | ||
| The [FadeHeader](https://docs.microsoft.com/dotnet/api/microsoft.toolkit.uwp.ui.animations.behaviors.fadeheaderbehavior) fades a ListView or GridView Header UIElement when the user scrolls. The UIElement fades out to 0 opacity when the edge of the Header reaches the edge of the visible bounds of the ListElement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above, change url to point to actual fade extension method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the current link
docs/animations/Offset.md
Outdated
| # Offset | ||
|
|
||
| The Offset animation is used to move the control from one place to another. Offset animation is applied to all the XAML elements in its parent control/panel. Offset animation doesn't affect the functionality of the control. | ||
| The [Offset animation](https://docs.microsoft.com/dotnet/api/microsoft.toolkit.uwp.ui.animations.animationextensions#Microsoft_Toolkit_Uwp_UI_Animations_AnimationExtensions_Offset_) is used to move the control from one place to another. Offset animation is applied to all the XAML elements in its parent control/panel. Offset animation doesn't affect the functionality of the control. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change link to point to the Offset extension method
| ## Sample Code | ||
|
|
||
| | [Device family](http://go.microsoft.com/fwlink/p/?LinkID=526370) | Universal, 10.0.14393.0 or higher | | ||
| [ListViewBase extentions](https://github.com/Microsoft/UWPCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/ListViewExtensions). You can see this in action in [UWP Community Toolkit Sample App](https://www.microsoft.com/store/apps/9NBLGGH4TLCQ). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ListViewExtensions
|
|
||
| > [!NOTE] | ||
| Windows Anniversary Update (10.0.14393.0) is required for this helper to work correctly. | ||
| The [SurfaceDialTextboxHelper XAML Property](https://docs.microsoft.com/windows/uwpcommunitytoolkit/extensions/surfacedialtextboxhelper) adds features from the Surface Dial control to a numeric TextBox. This enables you to modify the content of the TextBox when rotating the Surface Dial (increasing or decreasing the value) and optionally go to the next focus element by tapping the Surface Dial click button. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link would point to itself :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, name of the helper is SurfaceDialTextbox (not SurfaceDialTextboxHelper)
| <Page ... | ||
| xmlns:extensions="using:Microsoft.Toolkit.Uwp.UI.Extensions"> | ||
|
|
||
| <TextBox Width="106" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update sample to change SurfaceDialTextboxHelper to SurfaceDialTextbox
|
|
||
| (This API is obsolete and will be removed in the future. Please use [System.Net.Http.HttpRequestMessage](https://msdn.microsoft.com/en-us/library/system.net.http.httprequestmessage(v=vs.110).aspx) | ||
| or [Windows.Web.Http.HttpRequestMessage](https://docs.microsoft.com/en-us/uwp/api/windows.web.http.httprequestmessage) directly) | ||
| (This API is obsolete and will be removed in the future. Please use [System.Net.Http.HttpRequestMessage](https://msdn.microsoft.com/library/system.net.http.httprequestmessage(v=vs.110).aspx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be a [WARNING]
|
|
||
| (This API is obsolete and will be removed in the future. Please use [System.Net.Http.HttpResponseMessage](https://msdn.microsoft.com/en-us/library/system.net.http.httpresponsemessage(v=vs.110).aspx) | ||
| or [Windows.Web.Http.HttpResponseMessage](https://docs.microsoft.com/en-us/uwp/api/Windows.Web.Http.HttpResponseMessage) directly) | ||
| (This API is obsolete and will be removed in the future. Please use [System.Net.Http.HttpResponseMessage](https://msdn.microsoft.com/library/system.net.http.httpresponsemessage(v=vs.110).aspx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be a [!WARNING]
|
Make sure to fix conflicts. Ping @skendrot and @WilliamABradley to update their reviews |
Issue: #1226 #1569
PR Type
What kind of change does this PR introduce?
What is the new behavior?
Adding more details.
Work In Progress - Don't merge this PR until I update all docsDoes this PR introduce a breaking change? - No