Can someone help me in animating this section down on the click of 'i' (info button) ? Check the gif:
Page[1]: FCustomPage;
PageContent[1]: FRectangle;
Code:
Page[1].FCreate(ShadowImg.Handle);
Page[1].Visible(False);
PageContent[1].FCreate(Page[1].Handle);
PageContent[1].FillColor(HTMLColorStrToFMXColor('#1f2227'));
PageContent[1].SetBounds(20, 70, 780, 150);
PageContent[1].Opacity(0.85);
PageContent[1].CornerStyle(2, 2, [tcTopLeft, tcTopRight, tcBottomLeft, tcBottomRight], ctRound);