I have Windows 10, Delphi 10.1 (Berlin), tried AlphaControl 11 and 12(beta), this problem occur:
Dev 1 (OK):
1. I put TsSkinManager in Data Module
2. Set Main Form to use Data Module
3. Start the application.exe
4. App show with skin with animation enabled
Dev2 (Problem):
1. I put TsSkinManager in Data Module
2. Set Main Form to use Data Module
3. I put TsSkinProvider in Main Form
4. Start the application.exe
5. App show with skin but animation is off
Is there any properties that I should change first in TsSkinManager/TsSkinProvider so the animation can work?