well I have an image with align:=client and scale.X:=0,5 and scale.Y:=0,5 and wrapmode:=Center
i have created a TFloatAnimation on Scale.X and Scale.Y properties
with these properties
AnimationType:=in
duration:=0,2
Enabled:=true
Interpolation:=linear
StartFromCurrent:=true
StopValue:=1
but when the animation begins it works and the scale changed from 0,5 to 1 but the image position changed from the center to the bottom left of the form
so is there anything wrong otherwise how coud i do that ^^
thanks in advance