3.15.0
NEW: adaptive directional easing via a new "easeReverse" property which allows you to define a different ease to be used in reverse (when the animation's playhead moves backwards). yoyoEase is deprecated in favor of easeReverse. See https://gsap.com/blog/3-15 FIXED: on case-insensitive systems, a TypeScript error could be thrown when importing Draggable, Observer, or Flip plugins. See #637 FIXED:…