I have a button in main ui layout.
When user click this button, the application should playing a mp3 music and rotating the button until the music playing completted.
The music heard normally if only playing it without button rotation.
But i almost can't hear the music if playing it while rotating the button.
I found the rotating animation consumed most part of cpu time.
What's the matter regarding performance?
Are there some way to send the music player to another thread?
Perhaps, i should send the buttion animation to another thread?
PS:
I have no real device, just test on emulator.
I tried two method to implement rotation animation, neither get ideal performance result:
1, ecore_animator_xxx;
2, elm_transit_effect_rotation_xxx;