easing method

Tweener easing(
  1. dynamic easing
)

Implementation

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