You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
Platform(s):
Operating System(s):
The text was updated successfully, but these errors were encountered:
@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 animatedEto.Forms.Control
class to derive from would be awesome.Do you have any plans on adding this functionality to the library?
Specifications
The text was updated successfully, but these errors were encountered: