-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Spec] Animations #265
Comments
Why storyboards ? Surely swiftui rather - storyboards are horrible!
On Tue, 27 Oct 2020 at 16:53, Shane Neuville ***@***.***> wrote:
Animation
• Review the Android Ticker.
• Avoid measure of complete Layout in single View property change.
• Move animations to MAUI. Maintain the animations extensions methods.
• Allow to create interpolated paths?.
• Have support for Storyboards. API close to WPF.
• Could we avoid depending on battery status?.
API
TBD
Difficulty : [medium]
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#265>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOGERQGR2TAIKVJ6ZOP62DSM3NGLANCNFSM4TA6D2HA>
.
--
Thanks,
Matthew Joughin
Founder / CTO
+27 81 529 7169
http://www.adaptableapps.net
|
Not sure if serious ... but just in case, we're talking about a different sort of storyboard (thus the "API close to WPF"): https://docs.microsoft.com/en-us/dotnet/desktop/wpf/graphics-multimedia/storyboards-overview?view=netframeworkdesktop-4.8 |
Aah my humble apologies
When I last used WPF it didn’t have this feature - therefore I assumed you
were talking about macOS/iOS storyboards
On Tue, 27 Oct 2020 at 19:07, E.Z. Hart ***@***.***> wrote:
Why storyboards ? Surely swiftui rather - storyboards are horrible!
Not sure if serious ... but just in case, we're talking about a different
sort of storyboard (thus the "API close to WPF"):
https://docs.microsoft.com/en-us/dotnet/desktop/wpf/graphics-multimedia/storyboards-overview?view=netframeworkdesktop-4.8
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#265 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOGERWHBU6FSLGMQVVICW3SM344TANCNFSM4TA6D2HA>
.
--
Thanks,
Matthew Joughin
Founder / CTO
+27 81 529 7169
http://www.adaptableapps.net
|
There was a Spec written long time ago by @rmarinho xamarin/Xamarin.Forms#4233 maybe adopt that? |
Do you plan to use hardware accelerated animations in maui? (At least for iOS & Android) |
Already implemented. |
@jsuarezruiz Hi Javier, how are animations working in MAUI? Is there a Storyboard class or something similar? Thanks! |
Animation
API
TBD
Difficulty : [medium]
The text was updated successfully, but these errors were encountered: