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

Create a reverse option. #2

Closed
uyeong opened this issue Nov 9, 2016 · 3 comments
Closed

Create a reverse option. #2

uyeong opened this issue Nov 9, 2016 · 3 comments
Assignees

Comments

@uyeong
Copy link
Owner

uyeong commented Nov 9, 2016

import Stepper from 'stepperjs';

const stepper = new Stepper();

stepper.start({
    reverse: true,
    doing: (now) => {
        //   Time
        //    |    now => 1
        //    |    now => 0.9
        //    |    now => 0.8
        //    |    ...
        //    |    now => 0.1
        //    ↓    now => 0
    }
});
@uyeong uyeong assigned uyeong and unassigned uyeong Nov 9, 2016
@DuYongLee
Copy link
Collaborator

DuYongLee commented Nov 9, 2016

I am working on it.

@uyeong
Copy link
Owner Author

uyeong commented Nov 9, 2016

@DuYongLee OK.

@DuYongLee DuYongLee self-assigned this Nov 9, 2016
DuYongLee added a commit to DuYongLee/stepperjs that referenced this issue Nov 11, 2016
@uyeong
Copy link
Owner Author

uyeong commented Nov 11, 2016

Close this issue.

@uyeong uyeong closed this as completed Nov 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants