Releases: react-component/scroll-anim
Releases · react-component/scroll-anim
v1.0.0
v0.6.0
v0.5.0
- scrollElement 将支持 onChange, 进入与出去时触发.
- 所有的 scrollName 变更成 id;
- 去除 parallax 里的 scrollName;
- scrollLink 重构, 点击后直接回调 onFocus,
- scrollLink 增加将 to 添加到链接; toHash 设为 false 为不添加到链接.
- scrollLink 增加异步添加事件 onAsynchronousAddEvent(func);
- ScrollParallax 回调分开,增加 onStartBack, onCompleteBack.