答案 0 :(得分:0)
OPTION: PRELOAD
Preload all the images of the Slideshow.
听起来你必须使用preload
参数:
$.vegas('slideshow', {
preload: true,
backgrounds:[
{ src:'/img/background1.jpg' },
{ src:'/img/background2.jpg' },
{ src:'/img/background3.jpg' }
]
})('overlay');