Skip to content

v3.0.0-beta.x

Pre-release
Pre-release
Compare
Choose a tag to compare
@jljsj33 jljsj33 released this 27 Nov 12:33
· 93 commits to master since this release

2.7.3...v3.0.0-beta.1

API 变更

  • 删除 currentRef, hooks 如果 component 是组件,ref 返回为组件的 ref;
  • 删除 reverseDelay;
  • 增加 repeatDelay;
  • attr 改为 boolean 类型;
  • 更新 onChange 回调,cb: { moment, targets, index, mode, ratio, vars, index, repeat }
  • 新增 onChangeTimeline, cb: { mode, targets, vars, moment, totalTime, repeat }
  • 删除 BezierPlugin,合进 PathMotionPlugin;;
  • PathMotionPlugin 更改用法,使用 PathMotion: { path, center, x, y, rotate }, 详细参考 pathMotion demo;
  • SvgMorph 依赖更改为使用 flubber
  • 滤境使用,改成 import { Plugins } from 'rc-tween-one'; Plugins.push(), 保留 TweenOne.plugins.push();
  • 删除 TweenOne.easing.path(path) 使用,直接用 ease: 'M0,0L100,100';