ragnarlotus / vue-flux

Image slider which comes with 20 cool transitions

Home Page:https://ragnarlotus.github.io/vue-flux-docs/demos/demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slider with different delay

jeremyrncp opened this issue · comments

Hi,

It's possible to make a slider with different delays between image ?

Best regards,
Jérémy

Hi,

Thanks, it's possible to add this feature with fork repository ?

Best regards,
Jérémy

I'm not sure about what you ask me, sorry.

Can you give me more details?

Hi,

I need create slider with different delay by slide, as the transition.

Exemple option : allowFullscreen: true, allowToSkipTransition: false, autohideTime: 2500, autoplay: true, bindKeys: false, delay: [2000, 3000, 2000], enableGestures: false, infinite: true, lazyLoad: true, lazyLoadAfter: 2,

Best regards,
Jérémy

I will add this feature for next stable version

Hi,

is it possible to help you achieve this feature? could you give me some tips to implement it ?

Best regards,
Jérémy

The implementation of typescript is really advanced, but now I have to start testing all components because I will have to fix some things.

The delay option would not come in the VueFluxOptions, but in src/resources/Resource.ts instead.

Past week I became father, so that limits me a lot the free time and unfortunatelly I can't give an ETA, depends on how much free gives me the baby 😄

Feel free to check out the v7 branch and test, fix, and send MR, I just pushed all changes I had in local.

Regards!

Hi,

Congratulations on this happy event, being a father is the best thing ever

I looked through resources.ts but I can't find the delay part.

Could you help me ?

Best regards,
Jérémy

Yeah, the delay per resource is not implemented yet, by now I implemented typescript and 95% is working again but still need to fix few things before adding the new features, you will be the first to know when I implement them 😁

Hi,

Thanks.

Were you able to continue the developments ?

Best regards,
Jérémy

Hello, yes, I've been developing further although before fixing the FluxGrid bug I had make changes in the architecture which were prioritary for the sense of readability and logic.

Next week I will be in holidays and next the kindergarten will begin so I expect to have more free time and speed up the release.

I just pushed all my latest updated, although it is not functional right now due to changes in architecture, but at least you can see the project is not dead and progressing

Regards!

Added to the latest alpha release, check App.vue in v7 branch to see how delay is passed.

Regards