javascript - Foundtion's Orbit Slider fades not automatically -


i have problem foundation's orbit slider:

the images fades not automatically.

http://www.pruefag.ch/de/

what i'm doing wrong?

<ul class="example-orbit orbit-slides-container" data-orbit data-options="timer_speed:4000;animation:fade;animation_speed:3000;timer: false" style="height: 546px;">

the problem have timer option set false. disable timer, stopping transition effect. remove option or set true:

<ul class="example-orbit orbit-slides-container" data-orbit data-options="timer_speed:4000;animation:fade;animation_speed:3000;" style="height: 546px;">   //your content </ul> 

fiddle example


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -