textual icon indicating copy to clipboard operation
textual copied to clipboard

Add animation callback

Open willmcgugan opened this issue 1 year ago • 0 comments

I think it may be a good idea to add a callback to the animator, which is invoke when the animation is finished.

The use case I have in mind is to fade a widget out over a second, and subsequently delete it when it is invisible.

This can be archived currently, but would be much more elegant with a callback.

willmcgugan avatar Aug 06 '22 12:08 willmcgugan