Open
Conversation
Refactored multiple XAML pages to use Grid layout instead of ScrollView and VerticalStackLayout. Reorganized Image and Button elements, added new buttons for additional animations, and included a Border element with instructional Labels. Updated corresponding code-behind files to add new animation methods and modify existing ones to update TooltipLabel text. Updated Animations.csproj to change BaseSize of dotnet_bot.png. Modified dotnet_bot.png file. Expanded README.md with detailed descriptions of sample animations, easing functions, and custom animations.
Author
|
@dotnet-policy-service agree |
Author
|
@mattleibow found it 🏃🏽♂️😅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
UI Refresh
Took some time and thought I'd add some sparkle to the UI for animations and update the readme of this project.
This is my first ever PR from a forked repo :).
This pull request includes significant updates to the animation pages in the project, focusing on enhancing the user interface and adding new animation features. The most important changes include updating the image size, restructuring the layout, and adding new animation methods to various pages.
Layout and UI improvements:
9.0/Animations/Animations/Pages/CustomAnimationPage.xaml: ReplacedScrollViewandVerticalStackLayoutwith aGridlayout, added borders, and buttons for new animations. Updated the image size to 400 and added a tooltip label.9.0/Animations/Animations/Pages/FadePage.xaml: ReplacedScrollViewandVerticalStackLayoutwith aGridlayout, added borders, and buttons for new animations. Updated the image size to 400 and added a tooltip label.9.0/Animations/Animations/Pages/RotatePage.xaml: ReplacedScrollViewandVerticalStackLayoutwith aGridlayout, added borders, and buttons for new animations. Updated the image size to 400 and added a tooltip label.9.0/Animations/Animations/Pages/ScalePage.xaml: ReplacedScrollViewandVerticalStackLayoutwith aGridlayout, added borders, and buttons for new animations. Updated the image size to 400 and added a tooltip label.New animation methods which cater to each of the categories:
9.0/Animations/Animations/Pages/CustomAnimationPage.xaml.cs: Added new methods forOnColorWaveClickedAsync,OnDancePartyClickedAsync, andOnSpinClickedAsync. UpdatedOnClickedAsyncto change the tooltip text.9.0/Animations/Animations/Pages/FadePage.xaml.cs: Added new methods forOnGhostClickedAsync,OnPulseClickedAsync, andOnDigitalGlitchClickedAsync. UpdatedOnClickedAsyncto change the tooltip text.9.0/Animations/Animations/Pages/RotatePage.xaml.cs: Added new methods forOnRotateXClickedAsync,OnRotateYClickedAsync, andOnPropellerSpinClickedAsync. UpdatedOnClickedAsyncto change the tooltip text.9.0/Animations/Animations/Pages/ScalePage.xaml.cs: Added new methods forOnSquashStretchClickedAsync,OnRelativeScaleClickedAsync, andOnAnchoredScaleClickedAsync. UpdatedOnClickedAsyncto change the tooltip text.Image size update:
9.0/Animations/Animations/Animations.csproj: Updated the base size ofdotnet_bot.pngfrom 300x185 to 500x500.Tool Tip:
References each bot's action on clicking the action