react-component / scroll-anim

Animate Scroll React Component
http://react-component.github.io/scroll-anim/
MIT License
305 stars 43 forks source link

ScrollAnim.scrollScreen中的 location 参数已经被移除了吗? #56

Closed hqwlkj closed 3 years ago

hqwlkj commented 4 years ago

https://github.com/react-component/scroll-anim#scrollanimscrollscreeninitvars

image

在 IVarsProps 中没有 location 的定义,是不是现在不需要 location 参数了?

export interface IVarsProps {
  duration?: number;
  ease?: IEaseType;
  docHeight?: number;
  loop?: boolean;
  scrollInterval?: number;
}

export default class RcSCrollScreen {
  public static init: (vars?: IVarsProps) => void;
  public static unMount: () => void;
}
jljsj33 commented 3 years ago

ts 漏写了.

hqwlkj commented 3 years ago

ts 漏写了.

现在添加了吗?

jljsj33 commented 3 years ago

2.7.6

hqwlkj commented 3 years ago

2.7.6

谢谢