Javascript Image Slider / Posts /

Effect transition when starting

0
Hello,
I would like my slider to start with an effect transition and then display as normal.
I find it stange to start with an unanimated picture.
Thanks for your help.
Madolian  9 years ago   viewed: 2930    

6 Answers

-1
You can configure your slider the starting slide not to be the first one, such as:
var sliderOptions = { sliderId: "slider", startSlide: 4, ... }

Then at the end of your page, add this script:
<script>imageSlider.displaySlide(0);</script>
Milo   9 years ago
0
Thanks Milo.
But it doesn't work as wished.
I'm using demo1 with 4 pictures.
Just to be sure...
I added the var sliderOptions in the js-image-slider.css (anywhere)
and the <script> ...in the Body of my HTML page? If so.. it soesn't work.
Madolian   9 years ago
0
Then set {... startSlide: 3, ...} as 4 is the fifth slide that is beyond the limit.
Milo   9 years ago
0
I'm Sorry Milo
but it doesn't work.
It only moves my last picture in the first bullet.... and the same for the following. It as moved forward all the pictures without any transition for the first one... :(
Madolian   9 years ago
0
You are right Madolian. It doesn't work.

It seems the only solution is just adding the following script to the page:
<script> setTimeout(function () { imageSlider.displaySlide(1); }, 100); </script>

This a a dirty solution as it will immediately navigate away from the first slide. Seems there is no other choices.
Milo   9 years ago
0
It goes fine for me :)
Thanks for your help
Madolian   9 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: