Namespace: Tween

Tween

Tween 缓动时间运动函数集合

dispay.animate({
  from: {x: 100},
  to: {x: 200},
  ease: JC.Tween.Ease.In, // 配置要调用的运动函数
})