Question
MoveAnimator setMoveAnimationEndedAction issues
I am trying to set a callback function for a container in motion using setMoveAnimationEndedAction . Can I only use this functionality from within a container?
I have created a custom object that has a member variable Container which is utilizing the MoveAnimator<touchgfx::Container> mixin. When I create the necessary callback and callback handler and try to pass the callback to the setMoveAnimationEndedAction the compiler barfs saying that there is no conversion for my custom object.
