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
: ReplacedScrollView
andVerticalStackLayout
with aGrid
layout, 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
: ReplacedScrollView
andVerticalStackLayout
with aGrid
layout, 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
: ReplacedScrollView
andVerticalStackLayout
with aGrid
layout, 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
: ReplacedScrollView
andVerticalStackLayout
with aGrid
layout, 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
. UpdatedOnClickedAsync
to change the tooltip text.9.0/Animations/Animations/Pages/FadePage.xaml.cs
: Added new methods forOnGhostClickedAsync
,OnPulseClickedAsync
, andOnDigitalGlitchClickedAsync
. UpdatedOnClickedAsync
to change the tooltip text.9.0/Animations/Animations/Pages/RotatePage.xaml.cs
: Added new methods forOnRotateXClickedAsync
,OnRotateYClickedAsync
, andOnPropellerSpinClickedAsync
. UpdatedOnClickedAsync
to change the tooltip text.9.0/Animations/Animations/Pages/ScalePage.xaml.cs
: Added new methods forOnSquashStretchClickedAsync
,OnRelativeScaleClickedAsync
, andOnAnchoredScaleClickedAsync
. UpdatedOnClickedAsync
to change the tooltip text.Image size update:
9.0/Animations/Animations/Animations.csproj
: Updated the base size ofdotnet_bot.png
from 300x185 to 500x500.Tool Tip:
References each bot's action on clicking the action