here is my style in delphi 10.1 :
I like to animate some FloatAnimation (FA_...) onShow (i have a procedure Show) and also when i click the buttons.
I didn't find a way to start the animation ? i tried this but it doesn't work obviously :
TFLoatAnimation(Lieu.StylesData['FA_Title']).start;
Any solution ? or should i have to change the structure of my style ?
Thank you.