picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.55k stars 323 forks source link

Handling Animated UI Controls #2525

Open mariuszhermansdorfer opened 1 year ago

mariuszhermansdorfer commented 1 year ago

@cwensley, thanks for maintaining this awesome library!

I've been experimenting with creating custom UI elements built on top of Eto.Forms.Drawable. This approach provides a lot of flexibility and works very well, but one thing I'm missing is a global way of handling animated UI elements. I am able to work around this by creating and keeping track of individual timers, but a standard animated Eto.Forms.Control class to derive from would be awesome.

Do you have any plans on adding this functionality to the library?

Specifications