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

Bounce option #168

Closed
netil opened this issue Mar 25, 2016 · 0 comments
Closed

Bounce option #168

netil opened this issue Mar 25, 2016 · 0 comments
Assignees
Milestone

Comments

@netil
Copy link
Member

netil commented Mar 25, 2016

Description

Provide bounce option on flicking for non-circular mode.

image

new eg.Flicking("#some", {
    circular: false,
    bounce: [ 10, 10 ]  // 10px each side (left/right or up/down)
});
@netil netil self-assigned this Mar 25, 2016
@netil netil added this to the 1.2.0 milestone Mar 25, 2016
netil added a commit to netil/egjs that referenced this issue May 18, 2016
Added to handle bounce option
Separated init settings to _setOptions() and _setConfig() methods
Changed _getDataByDirection() to not alter param value

Ref naver#168
@netil netil closed this as completed in 2d11ea4 May 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant