jsor / jcarousel

Riding carousels with jQuery.
https://sorgalla.com/jcarousel/
MIT License
1.99k stars 734 forks source link

Is it possible make the fade version of jcarousel be the autostart to fade effect? #806

Closed wilsontse88 closed 5 years ago

wilsontse88 commented 8 years ago

Is it possible make the fade version of jcarousel be the autostart to fade effect?

snake-345 commented 8 years ago

you can try jcarouselFade plugin

wilsontse88 commented 8 years ago

i'm using it, but it cannot be the autostart the fade effect. can it auto start the fade animation?

snake-345 commented 8 years ago

you mean fade animation when carousel initialized? or fade animation with jcarouselAutoscroll plugin?

wilsontse88 commented 8 years ago

I mean .. can it (jcarouselFade plugin) start to the fade effect when loaded the page? (no need click any button and icon)

snake-345 commented 8 years ago

Example Is this what you want?

wilsontse88 commented 8 years ago

Sorry. this is not.

i just want to the fade effect is autostart when the page is loaded.

E.g: when load the banner (with fade effect), then the banner fade effect is started automatically.

Craigy- commented 6 years ago

+1 for fade animation with jcarouselAutoscroll plugin

jessegilbride commented 5 years ago

@wilsontse88 && @Craigy- There's a 3rd party plugin mentioned on the jcarousel main page, called jcarouselFade.

If that doesn't work for you, I'm sure there's somewhere in the jcarousel source to make a change to the transition type. I haven't dived in, but I could if it's a heavily desired thing.

snake-345 commented 5 years ago

Sorry for long waiting. I completely forgot about this opened issue. But now I think I have good news for you @wilsontse88 @Craigy- =) Another example where jcarouselFade working with jcarouselAutoscroll properly. Maybe problem was with old version of jcarouselAutoscroll which didn't support method option? It was added in this pull request