Hi Patryk,
Just select the layer you just stabilized, hit the “P”- key and you’ll see the Position-parameter, with any keyframes it might have,
Then Option-Click on the Timer Icon to the left of the word “Position”, and you’ll see an “=” sign.
You now have the opportunity to insert an expression (a formula) for the position-parameter.
This is by default “position”, you’ll see that text highlighted in your timeline, just copy the expression I wrote into that text-field and you’re done.
precision= 50; // use a percentage from 0-100 % ,
position= ( value*precision + anchorPoint*(100-precision))/100 ;
See screenshot:
