Speeding up FMX Tab Animations Tip
Recently I received feedback on the application I am currently developing that the tab transitions are too slow. I’m not sure of a better way, but this process worked for me: Copy FMX.TabControl.pas to your project folder Update the code to set TTabControl.DefaultSlidingDuration to 0.1 The only drawback was the Woll2Woll Image Control which was […]