easing method

DoTween easing(
  1. dynamic easing
)

Implementation

DoTween easing(easing) {
  _easingFunction = easing;
  return this;
}