GradientAnimation (like ColorAnimation)
-
hey,
is there a way to animate a custom widget (which has some Gradientstops) when the user clicks on it?
'animate' means: When the 'State' changes, a 'Transition' should be started.
e.g.:
We have a 'Base-state' and when the user clicks on the custom-widget the state changes to 'Release-state', where the Gradientstops are changing(different colors).any suggestions?