dotnet / Comet

Comet is an MVU UIToolkit written in C#
MIT License
1.64k stars 116 forks source link

Enable value changes from State to animate the change #236

Open Clancey opened 2 years ago

Clancey commented 2 years ago

We should allow views, to animate the value change trigger from State for example new View{...}.Background(myState ? Colors.Blue : Colors.LightGray)

We could animate that!