unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
9.05k stars 734 forks source link

Add support for `XYZTransition` properties #339

Open agneszitte opened 6 years ago

agneszitte commented 6 years ago

I'm submitting a...

- Feature request

Current behavior

BrushTransition is now available but not implemented in UNO.

Expected behavior

BrushTransition is available in UNO.

More information

https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.brushtransition

Environment

Affected platform(s):

Visual Studio

dougcooper commented 2 years ago

I'm trying to deploy an Uno app to an embedded platform using this example with the framebuffer output and getting the error in the title of this issue when running the app. Any updates?

jeromelaban commented 2 years ago

@dougcooper Thanks for the report. Can you open a discussion with the content additional information about the exact error your getting, as well as the uno version you're using ? Thanks!

MartinZikmund commented 4 months ago

Reopened to track support for other transition properties (e.g. TranslationTransition)

MartinZikmund commented 4 months ago

@kucint Good news, BackgroundTransition support was added in latest dev builds! Which other transition properties would you like to see (in order of priority)?

kucint commented 4 months ago

Great! Thanks, I will need to change shape's color(s) and thickness in the first place.