Hello,

It appears you need to change both Amplitude and Period to get any change,
and play with the values to get the effect you want.
Qt Code:
  1. //easing.setOvershoot(overshoot);
  2. easing.setAmplitude(amplitude);
  3. easing.setPeriod(period);
To copy to clipboard, switch view to plain text mode 
Regards