rewish / jquery-bgswitcher

Switch the background-image with using effect.
http://rewish.github.io/jquery-bgswitcher/
MIT License
194 stars 75 forks source link

shuffle config doesn't take a boolean but a String #1

Closed maxdhn closed 11 years ago

maxdhn commented 11 years ago

$('body').bgswitcher({ images: ["style/img/0.jpg","style/img/1.jpg","style/img/3.jpg","style/img/4.jpg"], effect: "fade", shuffle: "false", interval: 5000 });

rewish commented 11 years ago

Will you give me an example code?

rewish commented 11 years ago

Why do you specify a string?

maxdhn commented 11 years ago

I'm sorry, I made a mistake by reading the documentation...I'm very sorry.