easing method

Do easing(
  1. dynamic easing
)

Implementation

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