Extend Slide Duration Of Slider Pro Slideshow

时间:2017-08-30 20:59:54

标签: javascript jquery html css slider

I am using Slider Pro for a auto cycling slideshow on a website. I need to extend the duration that each image of the slideshow is shown. In the documents it mentions a property called "slideAnimationDuration" which is defaulted to a value of 700. I tried changing the value but it had no effect. There also was not much info online either. If someone could please assist me that would be wonderful!

Here is my code.

max()
decimal? taskId = dbContext.My_Tasks
    .Cast<int?>()
    .Max();
var results = (from voter in context.Voters
                          join voter2 in context.PollingShehias on voter.PollingStationId equals voter2.PollingStationId
                          join poll in context.PollingStations on voter.PollingStationId equals poll.Id
                          where voter2.WordId == Id
                          orderby voter.FirstName, voter.MiddleName, voter.LastName, voter.Gender ascending
                          select new 
                          {
                              voter.Id,
                              voter.FirstName,
                              voter.MiddleName,
                              voter.LastName,
                              voter.DateBirth,
                              voter.Gender,
                              voter.ResidentialAddress,
                              poll.Name,
                              voter.VoterIDNumber,
                              voter.LifeStatus
                          });

return results;

2 个答案:

答案 0 :(得分:0)

在文档中,您已将“幻灯片播放持续时间”链接到&#39;属性似乎定义了滑动动画完成所需的时间。不是每个幻灯片动画之间的间隔。

我目前无法在文档中看到任何内容来更改幻灯片的显示持续时间。但是你的问题是你只是误解了财产的用途。在我看来,文档措辞有点奇怪,所以我觉得很容易错过。

答案 1 :(得分:0)

想出来,有一个&#34; autoplayDelay&#34;使用毫秒的属性