-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial Animations Pass * Added more lerps. Cleaned up the old ones * Cleaned up animation initialization * Fixed so many tests * fixed final animation tests * Fixed version mangling by VSMac * Updated the Windows Native Ticker * Fixed null crap * Update NativeTicker.cs * fix tests * Update src/Core/src/Platform/Android/NativeTicker.cs Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com> * Fixed nullability * Code cleanup Co-authored-by: Jonathan Dick <jond@hey.com> Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
- Loading branch information
1 parent
c3083b9
commit 3c85507
Showing
53 changed files
with
1,272 additions
and
610 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
using System; | ||
using Microsoft.Maui.Animations; | ||
|
||
namespace Microsoft.Maui.Controls | ||
{ | ||
|
Oops, something went wrong.