Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AnchorSmooth,GoTop]:添加两个锚点相关的功能,以及中英文版的markdown文档使用说明。 #945

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Mar 1, 2019

  1. 添加两个锚点相关的功能,以及中英文版的使用说明。功能如下:

    1.AnchorSmooth:实现点击AnchorSmooth过渡到相应的锚点;
    2.GoTop:可以定制的回顶部功能按钮,包括按钮的出现时间,回到顶部时执行的回调函数。
    问题:GoTop组件需要的一些样式,直接放在了anchor目录下,没有做成默认样式,供用户选择。
    Next-One committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    7c958b6 View commit details
    Browse the repository at this point in the history
  2. 添加两个锚点相关的功能,以及中英文版的使用说明。功能如下:

    1.AnchorSmooth:实现点击AnchorSmooth过渡到相应的锚点;
    2.GoTop:可以定制的回顶部功能按钮,包括按钮的出现时间,回到顶部时执行的回调函数。
    问题:GoTop组件需要的一些样式,直接放在了anchor目录下,没有做成默认样式,供用户选择。
    Next-One committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    02b498b View commit details
    Browse the repository at this point in the history
  3. [AnchorSmooth,GoTop]:添加两个锚点相关的功能,以及中英文版的使用说明。功能如下:

    1.AnchorSmooth:实现点击AnchorSmooth滑动到相应的锚点,而不是直接跳转;
    2.GoTop:可以定制的回顶部功能按钮,包括按钮的出现时间,回到顶部时执行的回调函数。
    问题:GoTop组件需要的一些样式,直接放在了anchor目录下,没有做成默认样式,供用户选择。
    Next-One committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    33db6a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ca5d17 View commit details
    Browse the repository at this point in the history
  5. onClick()测试不通过

    Next-One committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    a9b9bb9 View commit details
    Browse the repository at this point in the history
  6. 增加参数泛型

    Next-One committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    8a5e97c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8fc018 View commit details
    Browse the repository at this point in the history
  8. 取消导入样式

    Next-One committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    cc87674 View commit details
    Browse the repository at this point in the history