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

Can provide a way to achieve loop #37

Open
FreezingRiver opened this issue Aug 7, 2018 · 12 comments
Open

Can provide a way to achieve loop #37

FreezingRiver opened this issue Aug 7, 2018 · 12 comments

Comments

@FreezingRiver
Copy link

as title

@mubaidr
Copy link
Owner

mubaidr commented Aug 7, 2018

circular option is intended for the same purpose. Set it to true to start from top again and false if you want to start list in reverse when completed.

Let me know if it serve the purpose.

@FreezingRiver
Copy link
Author

I know circular , what i mean is the seamless loop,not back to the top. Such as when the first loop end, copy the loop data and push it.I have tried to modify your code but failed.

@mubaidr mubaidr self-assigned this Aug 8, 2018
@mubaidr
Copy link
Owner

mubaidr commented Aug 8, 2018

Now I understand, but currently it is not possible. I will add this in next version.

@gongzemin
Copy link

Any update on loop? Thanks
@mubaidr

@mubaidr
Copy link
Owner

mubaidr commented Jun 11, 2019

I do plant to push this feature over the coming days. Stay tuned!

@mubaidr mubaidr pinned this issue Jun 11, 2019
@gongzemin
Copy link

Great!
Can you tell me what's your thoughts? How to copy the loop data and push it?
Many thanks

@mubaidr
Copy link
Owner

mubaidr commented Jun 11, 2019

This should work:

You are most welcome to try and implement this, It would be appreciated. 👍

@FreezingRiver

@FreezingRiver
Copy link
Author

I probably know how to do it.But I have too much work to do this month , I will try after the work is done.

@mubaidr
Copy link
Owner

mubaidr commented Jun 22, 2019

I have cleaned and refactor the plugin code to improve readability and major layout refinements.

Continuous option can be implemented here: https://github.com/mubaidr/vue-swimlane/blob/master/src/component/vue-swimlane.vue#L156

@mubaidr mubaidr unpinned this issue Jun 23, 2019
@mubaidr
Copy link
Owner

mubaidr commented Jun 24, 2019

Continuous option is implemented but the animation breaks for this option. Seems like have to opt for Vue transitions for this.

@gongzemin
Copy link

Hi, any update?

@mubaidr
Copy link
Owner

mubaidr commented Jan 15, 2020

Please use the continous option for this effect.

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

3 participants