Muhammad Ubaid Raza

Results 53 comments of Muhammad Ubaid Raza

Fornt end needs to be updated. This will bring breaking changes to webpack configs. I will update it ASAP.

`is-static` does exactly that or am I missing something? If it is `is-active` it will show complete view otherwise just shows sidebar with icons.

Hey there! Sorry for delayed response but I did not have enough time to implement this. But I will try in the near future. In the meantime, here is how...

I will look into this issue. Looks like `z-index` issue.

`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...

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

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

This should work: - Use computed list instead of directly rendering `prop` words - Add new option `continuous` to component as prop - If the new option (continuous) is true...

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

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