It works but… how to stop a specific animation?
I have 2 animations running.
I want to stop only one of them.
The suggested solution stops all: lv_anim_del( NULL, …callback… );
If they have the same callback this doesn’t work to stop them individually. You would need the first argument, but it’s hidden inside the function. This export-related functionality needs to be improved in the next SquareLine Studio version.